-
Notifications
You must be signed in to change notification settings - Fork 122
Open
Labels
Code QualityCode readability, SOLID principlesCode readability, SOLID principlesDifficulty - 7Well-defined tasks that require some understanding about the relevant system and toolsWell-defined tasks that require some understanding about the relevant system and tools
Description
Description of the task
Currently the logger is always on, but we might want to control what log levels we see.
Acceptance criteria
- add
loglevelenum tocommandLineArgs - by default, we should log at all levels
If we had the following levels in this order:
DEBUG
INFO
WARN
FATAL
Then setting the loglevel argument to WARN should only log WARN and FATAL messages.
Blocked By
N/A
Metadata
Metadata
Assignees
Labels
Code QualityCode readability, SOLID principlesCode readability, SOLID principlesDifficulty - 7Well-defined tasks that require some understanding about the relevant system and toolsWell-defined tasks that require some understanding about the relevant system and tools