소스 검색

darkirc: add commented log and verbose settings + description to default toml config

zero 2 년 전
부모
커밋
91bc56bee6
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      bin/darkirc/darkirc_config.toml

+ 5 - 0
bin/darkirc/darkirc_config.toml

@@ -30,6 +30,11 @@ autojoin = [
 ## (optional, but once configured, it is required from the IRC client side)
 #password = "CHANGE_ME"
 
+# Log to file. Off by default.
+#log = "/tmp/darkirc.log"
+# Set log level. 1 is info (default), 2 is debug, 3 is trace
+#verbose = 2
+
 # P2P network settings
 [net]
 # Path to a configured hostlist for saving known peers