Skip to content
Snippets Groups Projects
Commit 4964251a authored by rswindell's avatar rswindell
Browse files

Default logmask is everything on, but LOG_DEBUG.

parent 58ad114b
Branches
Tags
No related merge requests found
......@@ -46,7 +46,7 @@ static const char* strInterface="Interface";
static const char* strHostName="HostName";
static const char* strLogMask="LogMask";
#define DEFAULT_LOG_MASK 0x1f /* EMERG|ALERT|CRIT|ERR|WARNING */
#define DEFAULT_LOG_MASK 0x7f /* EMERG|ALERT|CRIT|ERR|WARNING|NOTICE|INFO */
#define DEFAULT_MAX_MSG_SIZE (10*1024*1024) /* 10MB */
void sbbs_get_ini_fname(char* ini_file, char* ctrl_dir, char* pHostName)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment