Skip to content

Commit

Permalink
fix: log lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Friedjof committed Oct 14, 2023
1 parent 6f23ee5 commit 529f42f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/LoggingManager/LoggingManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

#define DEFAULT_LOG_FILE "/system.log"
#define DEFAULT_LOG_LEVEL LOG_LEVEL_DEBUG
#define MAX_NR_OF_LINES 4
#define REDUCE_LOG_FILE_TO 2
#define MAX_NR_OF_LINES 512
#define REDUCE_LOG_FILE_TO 256


enum log_level_t {
Expand Down

0 comments on commit 529f42f

Please sign in to comment.