Replies: 6 comments
-
Could you post the logged lines? |
Beta Was this translation helpful? Give feedback.
-
Sure,
|
Beta Was this translation helpful? Give feedback.
-
As you can see in the log the |
Beta Was this translation helpful? Give feedback.
-
Thanks for the response, It does not seems to be the case, as can be seen, the In addition, I tried to override the configuration programmatically via the following code: StaticComponentContainer.Configuration.Default.add(mapOf("managed-logger.repository.enabled" to "false")) which yield the same results (also did not work).. |
Beta Was this translation helpful? Give feedback.
-
Try to increase the priority of your configuration file by setting the property |
Beta Was this translation helpful? Give feedback.
-
@Roberto-Gentili, It worked, thank you! I set the priority to 1000 :) |
Beta Was this translation helpful? Give feedback.
-
Hi, just came across your libraries - awsome stuff!
I wish to use the
HostResolutionRequestInterceptor
from theburningwave:tools
repository.When doing so, I have a lot of information printed to my log that I wish to remove:
I followed the documentation and created a resource file
burningwave.static.properties
, which includes:After creating this file the banner is not shown anymore but the logs are still printed, so I tried to configure the log level to OFF on StaticComponentContainer using logback:
But that still does not work..
Is there anything I am missing?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions