Replies: 6 comments
|
Could you post the logged lines? |
|
Sure, |
|
As you can see in the log the |
|
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).. |
|
Try to increase the priority of your configuration file by setting the property |
|
@Roberto-Gentili, It worked, thank you! I set the priority to 1000 :) |
Uh oh!
There was an error while loading. Please reload this page.
Hi, just came across your libraries - awsome stuff!
I wish to use the
HostResolutionRequestInterceptorfrom theburningwave:toolsrepository.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!
All reactions