Skip to content

Commit

Permalink
Raise default log level to error
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jun 21, 2024
1 parent ece32d2 commit 7368f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion girara/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <stdarg.h>
#include <stdio.h>

static girara_log_level_t log_level = GIRARA_DEBUG;
static girara_log_level_t log_level = GIRARA_ERROR;

static const char NAMES[][8] = {
[GIRARA_DEBUG] = "debug",
Expand Down

0 comments on commit 7368f9d

Please sign in to comment.