disable logs

This commit is contained in:
vms 2020-04-28 22:51:04 +03:00
parent 654e398f76
commit dde3fcec49

View File

@ -411,7 +411,9 @@ void serverLogRaw(int level, const char *msg) {
if (!log_to_stdout) fclose(fp);
if (server.syslog_enabled) syslog(syslogLevelMap[level], "%s", msg);
#else
#if LOG_ENABLED
log_utf8_string(msg, strlen(msg));
#endif
// increment time
ustime();