Auto-generated documentation.
Monitor and filter Docker container logs.
polycli dockerlogger [flags]A tool to monitor and filter Docker container logs.
dockerlogger --network <network-name> [flags]
Flags:
--network string Docker network name to monitor
--all Show all logs
--errors Show error logs
--warnings Show warning logs
--info Show info logs
--debug Show debug logs
--filter string Additional keywords to filter (comma-separated)
--levels string Comma-separated log levels to show (error,warn,info,debug)
--service string Filter logs by service names (comma-separated, partial match) --filter string additional keywords to filter, comma-separated
-h, --help help for dockerlogger
--levels string comma-separated log levels to show (error,warn,info,debug)
--network string docker network name to monitor
--service string filter logs by service names (comma-separated, partial match)The command also inherits flags from parent commands.
--config string config file (default is $HOME/.polygon-cli.yaml)
--pretty-logs output logs in pretty format instead of JSON (default true)
-v, --verbosity string log level (string or int):
0 - silent
100 - panic
200 - fatal
300 - error
400 - warn
500 - info (default)
600 - debug
700 - trace (default "info")- polycli - A Swiss Army knife of blockchain tools.