소스 검색

[Rspamd] Change log level to silent (see docs)

andryyy 7 년 전
부모
커밋
f92b20c9ad
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      data/conf/rspamd/override.d/logging.inc

+ 1 - 0
data/conf/rspamd/override.d/logging.inc

@@ -1,4 +1,5 @@
 type = "console";
 systemd = false;
+level = "silent";
 .include "$CONFDIR/logging.inc"
 .include(try=true; priority=20) "$CONFDIR/override.d/logging.custom.inc"