cascade debug
Synopsis
cascade [GLOBAL OPTIONS] debug <COMMAND>
cascade [GLOBAL OPTIONS] debug change-logging [OPTIONS]
Description
Debug / troubleshoot Cascade. The sub-commands here are tools for analyzing Cascade when lower-level problems occur. It should be combined with analysis of Cascade’s log files.
Global Options
See Cascade CLI for information about global options supported by every CLI command.
Commands
- change-logging
Change how Cascade logs information.
The location where logs are written to cannot be changed; but the information being logged can be changed.
Options for debug change-logging
- -l, --level <LEVEL>
Change the log level. Possible values: trace, debug, info, warning, error, critical
- --trace-targets <TARGETS>
Select internal Cascade modules to selectively log trace-level information for. The names of such modules can be found in the log files. All other modules will continue using the log level.
- -h, --help
Print the help text (short summary with
-h, long help with--help).
See Also
- https://cascade.docs.nlnetlabs.nl
Cascade online documentation
- cascade(1)
- cascaded(1)