You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would need to investigate an issue related to the Debian license feeder, and I was wondering if there is a way to increase the log verbosity (I am using DC).
Unluckily, several times I couldn't easily debug it.
It usually gives a:
And I need to write several System.out.println to better understand where it gets stuck (in this case seems an error related to the insertOutboundLicense function, but I would like to have more details).
Thanks for your time.
The text was updated successfully, but these errors were encountered:
What I do in the new data processing repo is to 1) enforce slf4j logging (you need to add bridges in the dependencies and 2) use custom LoggingUtils to set the verbosity... this sets the same level for everything though.
You can also play around with custom logger settings, which you normally have to put into a correctly named xml file as a resource, but I do not remember which logging framework Kafka is using (and the file name and its options depend on the framework).
@mir-am , @gdrosos , @MagielBruntink
Hi Guys,
I would need to investigate an issue related to the Debian license feeder, and I was wondering if there is a way to increase the log verbosity (I am using DC).
Unluckily, several times I couldn't easily debug it.
It usually gives a:
And I need to write several
System.out.println
to better understand where it gets stuck (in this case seems an error related to the insertOutboundLicense function, but I would like to have more details).Thanks for your time.
The text was updated successfully, but these errors were encountered: