Top "Log-level" questions

java.util.logging: how to set level by logger package (or prefix)?

My app uses many libraries and I'm using java.util.logging for logging. I'd like to be able to set …

logging package prefix java.util.logging log-level
Is it possible to change the log level of an AWS Lambda at runtime?

I'm running a lamba on AWS, and using slf4j for logging Part of the project requirements is that the …

logging aws-lambda log4j slf4j log-level
Overriding MinimumLevel doesn't work in Serilog

Trying to set minimum log level for Serilog 2.8.0 (in .NET 4.6.2). Logging is working fine, but not the Override feature. Here …

c# logging overriding serilog log-level
How to change log level for MongoDB logs?

Is there any way to change the default log level for MongoDB ? There're too many insertion/update entries in the …

mongodb log-level
Log4j2 wildcard logger names

I am using log4j to do some logging on one of my applications. The Loggers in my config are …

java logging wildcard log4j2 log-level
IntelliJ: How to set log levels for tests

I have a problem with test console output in IntelliJ 2016. When I run JUnit tests via IntelliJ, the console window …

spring-boot logging intellij-idea junit log-level