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
Hello,
I have question to the Level of the Logs. I successfully send the logs to a raspberry which is recording the logs using syslog-ng.
However I don't see the log level in the log file on the raspberry.
Here the result from the ESP8266SimpleLogging.ino
Oct 14 18:59:48 192.168.0.101 1 - my-device my-app - - - This is info message no. 1
Oct 14 18:59:48 192.168.0.101 1 - my-device my-app - - - This is daemon info message no. 1
Oct 14 18:59:48 192.168.0.101 1 - my-device my-app - - - End loop
Oct 14 18:59:58 192.168.0.101 1 - my-device my-app - - - Begin loop
Oct 14 18:59:58 192.168.0.101 1 - my-device my-app - - - This is error message no. 2
Oct 14 18:59:58 192.168.0.101 1 - my-device my-app - - - This is info message no. 2
Oct 14 18:59:58 192.168.0.101 1 - my-device my-app - - - This is daemon info message no. 2
Oct 14 18:59:58 192.168.0.101 1 - my-device my-app - - - End loop
Is there a possibility to see the log level using syslog-ng?
The text was updated successfully, but these errors were encountered:
Hello,
I have question to the Level of the Logs. I successfully send the logs to a raspberry which is recording the logs using syslog-ng.
However I don't see the log level in the log file on the raspberry.
Here the result from the ESP8266SimpleLogging.ino
Oct 14 18:59:48 192.168.0.101 1 - my-device my-app - - - This is info message no. 1
Oct 14 18:59:48 192.168.0.101 1 - my-device my-app - - - This is daemon info message no. 1
Oct 14 18:59:48 192.168.0.101 1 - my-device my-app - - - End loop
Oct 14 18:59:58 192.168.0.101 1 - my-device my-app - - - Begin loop
Oct 14 18:59:58 192.168.0.101 1 - my-device my-app - - - This is error message no. 2
Oct 14 18:59:58 192.168.0.101 1 - my-device my-app - - - This is info message no. 2
Oct 14 18:59:58 192.168.0.101 1 - my-device my-app - - - This is daemon info message no. 2
Oct 14 18:59:58 192.168.0.101 1 - my-device my-app - - - End loop
Is there a possibility to see the log level using syslog-ng?
The text was updated successfully, but these errors were encountered: