How to set up logger in processor #1273
-
Related to #1262 I realized that I did not get any log output to my debug console anymore I initialized the logger via
With following code, I did not get any output at all This is an "older code" so pretty sure that this was working in the past. Is there a new approach with the 1 class processor? I looked in other processors but see no major differences because I am pretty certain that there is no output as well. Example code here: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
Hi @flomickl, |
Beta Was this translation helpful? Give feedback.
-
Yes, our default log level is |
Beta Was this translation helpful? Give feedback.
-
Ah! Good to know. |
Beta Was this translation helpful? Give feedback.
-
ah cool. |
Beta Was this translation helpful? Give feedback.
Yes, our default log level is
info
. You can change the level by providing the environment variable (I think it's-Dlogback.debug=true
) or change the logback configuration file.