mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
dowgraded log to a debug
This commit is contained in:
@ -609,7 +609,7 @@ public class QLogger
|
||||
{
|
||||
if(qException.hasLoggedLevel(level))
|
||||
{
|
||||
log(Level.INFO, "Downgrading log message from " + level.toString() + " to " + Level.INFO, t);
|
||||
log(Level.DEBUG, "Downgrading log message from " + level.toString() + " to " + Level.INFO, t);
|
||||
return (Level.INFO);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user