Retrieving Log Messages deprecated
Retrieving log messages from App Suite components
This document describes how to retrieve log messages from various OX App Suite components.
Prerequisites
- An active shell to a running Toolkit Container within the cluster. See Starting.
Commands
To access log messages from different OX App Suite components, use the oxlog
tool and its specific subcommands for each component.
Retrieving Log Messages
To retrieve the log messages from a specific OX App Suite component, use the specific subcommand of the components.
oxlog <COMPONENT>
oxlog middleware
This command retrieves log messages from the specified component in Kubernetes and operates in 'follow' mode, continuously waiting for new log messages.
You can use the --no-follow
flag to terminate the command after all current log messages have been received.
Use the --pretty-print
flag to receive the logs in a more human-readable format.
See also
See "oxlog" for detailed documentation of the oxlog subcommand.