Syslog is now configurable with minimum priority and facility option.

fixes #135
This commit is contained in:
softsimon
2021-04-15 16:04:09 +04:00
parent fd0ffd2a39
commit cd1273981d
3 changed files with 30 additions and 11 deletions

View File

@@ -39,6 +39,13 @@
"USERNAME": "mempool",
"PASSWORD": "mempool"
},
"SYSLOG": {
"ENABLED": true,
"HOST": "127.0.0.1",
"PORT": 514,
"MIN_PRIORITY": "info",
"FACILITY": "local7"
},
"STATISTICS": {
"ENABLED": true,
"TX_PER_SECOND_SAMPLE_PERIOD": 150