-
Notifications
You must be signed in to change notification settings - Fork 3
logs
Michael Cheung edited this page Jul 6, 2017
·
3 revisions
List logs for a specified service and log type.
COMMAND: index-logs [options] <service-name> <log-type>
Examples:
Retrieve access logs of client-gateway service:
$ pm logs client-gateway access
Retrieve error logs of client-gateway service:
$ pm logs client-gateway error
Options:
-h, --help output usage information
--debug Set logging level to debug (more traces than "verbose")
--verbose Set logging level to verbose.
--skip-ssl-validation Ignore TLS certificate validation errors.