Usage of syslog #7240
ghost
started this conversation in
Show and tell
Usage of syslog
#7240
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
Starting with Chia version 1.2.0 you'll be able to send the logs to a syslog server.
I plan to use it to be alerted in case the farmer runs into severe issues.
Enable syslog
Edit ~/.chia/mainnet/config.yaml
Set farmer.logging.log_syslog to true
Optionally change farmer.logging.log_syslog_host (default: localhost) and farmer.logging.log_syslog_port (default: 514)
Synology Log Center
Synology's Log Center is available in the Package Center
Specify a Log Receiving rule

Browse and search logs

Specify Notification rules

ELK Stack
More sophisticated installations could analyse log using the ELK stack.
Beta Was this translation helpful? Give feedback.
All reactions