logs - PredixDev/predix-mobile-cli GitHub Wiki

Description: Logs Command

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.
⚠️ **GitHub.com Fallback** ⚠️