mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
dowgraded log to a debug
This commit is contained in:
@ -609,7 +609,7 @@ public class QLogger
|
|||||||
{
|
{
|
||||||
if(qException.hasLoggedLevel(level))
|
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);
|
return (Level.INFO);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user