Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cardano.Node.Tracing.Consistency
Synopsis
- getAllNamespaces :: [[Text]]
- checkNodeTraceConfiguration :: FilePath -> IO NSWarnings
- checkNodeTraceConfiguration' :: TraceConfig -> NSWarnings
Documentation
getAllNamespaces :: [[Text]] Source #
Returns a list of all namepsaces from all tracers
checkNodeTraceConfiguration :: FilePath -> IO NSWarnings Source #
Check the configuration in the given file. If there is no configuration in the file check the standard configuration An empty return list means, everything is well
checkNodeTraceConfiguration' :: TraceConfig -> NSWarnings Source #
Check the configuration in the given file. If there is no configuration in the file check the standard configuration An empty return list means, everything is well