Commits on Source (11)
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
Previously when someone choose e.g INFO or WARNING log level, both DEBUG and INFO/WARNING directories containing logs (from that DEBUG and INFO/WARNING level and higher levels) were created. Now its possible to manually select which groups will be created. e.g: - LOG_LEVELS = ["INFO"] - means that only info/ directory will be created and inside that directory there will be log files containing only INFO and higher level messages. - LOG_LEVELS = ["DEBUG", "WARNING"] - means that debug/ and warning/ directories will be created and debug/ will include all possible logs when warning/ directory will include logs starting from WARNING (so also ERROR level messages).
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
Also no need to take 2 params into this function
-
Mateusz Żebrak authored
Rationale: group is already visible in path because its the directory name and changing groups is faster when tehre is only need to edit it in one place and not in both directory and filename.
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
-
Mateusz Żebrak authored
Showing
- clive/__private/core/beekeeper/executable.py 2 additions, 2 deletionsclive/__private/core/beekeeper/executable.py
- clive/__private/core/beekeeper/notifications.py 1 addition, 1 deletionclive/__private/core/beekeeper/notifications.py
- clive/__private/core/commands/abc/command.py 1 addition, 1 deletionclive/__private/core/commands/abc/command.py
- clive/__private/logger.py 98 additions, 73 deletionsclive/__private/logger.py
- settings.toml 3 additions, 2 deletionssettings.toml