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

Log Level #20

Open
gandulf94 opened this issue Oct 14, 2018 · 1 comment
Open

Log Level #20

gandulf94 opened this issue Oct 14, 2018 · 1 comment

Comments

@gandulf94
Copy link

gandulf94 commented Oct 14, 2018

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?

@tablatronix
Copy link

tablatronix commented Feb 7, 2021

Yeah doesn't work for me, syslog shows

Feb 6 22:39:38 Host App Message

Should be Feb 6 22:39:38 Host App: Pri Message or something

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