You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are a few questions related to the LogLevel that came to mind while brainstorming on the LoggingFramework System Design Question-
What is the default hierarchy of LogLevel that is to be followed?
Can there be any scenario where the logLevel is not mentioned? If yes, what is the default LogLevel?
Can one user in parallel log into the console and file different levels of log, like for console, the user is logging info, and for file, debug is being logged?