Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Syslog integration #1767

Open
Gehetzter opened this issue Oct 14, 2024 · 1 comment
Open

Feature Request: Syslog integration #1767

Gehetzter opened this issue Oct 14, 2024 · 1 comment

Comments

@Gehetzter
Copy link

Thank you for your great work lumapu and all contributers, I really appreciate it.

Would it be possible to add a Syslog option?
Maybe with a loglevel selection in web UI would be awesome.
I don't use MQTT, only pulling data from the REST Api.

Thank you and kind regards

@fsck-block
Copy link
Contributor

Syslog is available since 0.8.34. as a developer feature
Set your syslog server in config_override.h and compile

// to enable the syslog logging (will disable web-serial)
#define ENABLE_SYSLOG
#define SYSLOG_HOST  "192.168.12.34" // Be aware, if symbolic name is used and name resolution does not work leads to super-slow processing
#define SYSLOG_APP  "ahoy"
#define SYSLOG_FACILITY FAC_USER
#define SYSLOG_PORT 514

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants