Skip to content

Commit

Permalink
Fix help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmmr committed Jan 8, 2024
1 parent b001495 commit 5c83f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/configuration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
#include <toml++/toml.h>

#ifndef NDEBUG
#define LOG_LEVEL_HELP "info,warning,error,critical"
#else
#define LOG_LEVEL_HELP "trace,debug,info,warning,error,critical"
#else
#define LOG_LEVEL_HELP "info,warning,error,critical"
#endif

using namespace zeek::agent;
Expand Down

0 comments on commit 5c83f5c

Please sign in to comment.