Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increasing the logging level when using a container - auditing logs #320

Open
mardygalimov opened this issue Nov 22, 2023 · 0 comments
Open

Comments

@mardygalimov
Copy link

Is your feature request related to a problem? Please describe.
I couldn’t find in the documentation how to raise the logging level of PlantUML.
It turned out through the jetty parameters

Describe the solution you'd like
Need a parameter to increase the logging level PlantUML

Describe alternatives you've considered
Add configmap

apiVersion: v1
kind: ConfigMap
metadata:
name: jetty-logging
data:
jetty-logging.properties: |
## Set logging levels from: ALL, TRACE, DEBUG, INFO, WARN, ERROR, OFF
org.eclipse.jetty.LEVEL=INFO
## Configure a level for an arbitrary logger tree
#com.example.LEVEL=INFO
## Configure a level for specific logger
#com.example.MyComponent.LEVEL=INFO
## Configure JMX Context Name
# org.eclipse.jetty.logging.jmx.context=JettyServer
## Hide stacks traces in an arbitrary logger tree
#com.example.STACKS=false

Mountpath in Deployment "mountPath: /var/lib/jetty/resources"
But these are the logs jetty, we need them PlantUML

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant