How to enable debug logs in Zilla docker #1022
Answered
by
vordimous
lakal-malimage
asked this question in
Q&A
-
I would like to enable debug logs in zilla docker container. However, I couldn't find a way to enable it in the documentation. Appreciate it if somebody can help me to enable stdout logging. |
Beta Was this translation helpful? Give feedback.
Answered by
vordimous
May 24, 2024
Replies: 1 comment 1 reply
-
Hi @lakal-malimage! Sorry for the late reply. You just need to add the
Here is an example. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vordimous
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @lakal-malimage! Sorry for the late reply.
You just need to add the
stdout
exporter at the end of yourzilla.yaml
like this:Here is an example.