Configuring logging for runtime environments
You can manage logging and tracing configurations in your runtime environments by using Run Engine commands.
About this task
Procedure
You have several choices for how you use the Run Engine, depending on your environment
and needs:
| Method | Procedure |
|---|---|
| Enabling trace in a running container in your local Docker environment. You do not need to restart the WAS JVM. | Use this method on your local quality assurance or development
environment.
|
| Creating a new Docker image to include the trace specification by default during start up. | Use this method to create custom Docker images to set the trace
specification by default. Then you can distribute the custom Docker image.
|
| Providing the trace specification in an advanced system with orchestration tools and remote configuration center. This method also includes the trace specification by default during start up. | Docker images can accept a TRACE_SPEC parameter value when starting the
container.
|