Skip to content

Commit

Permalink
Switch default xlog level from ERR to NOTICE
Browse files Browse the repository at this point in the history
ERR is too scary for a default value :)
  • Loading branch information
bogdan-iancu committed Aug 16, 2023
1 parent 45aa9a9 commit c290071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ int xlog_buf_size = 4096;
int xlog_force_color = 0;

/* the log level used when printing xlog messages */
int xlog_print_level = L_ERR;
int xlog_print_level = L_NOTICE;

/* the logging level/threshold for filtering the xlog messages for printing */
static int xlog_level_default = L_NOTICE;
Expand Down

0 comments on commit c290071

Please sign in to comment.