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?