You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: