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
This rule is never successfully matched because winston-syslog does not produce a valid format that can be filtered by program name:
/etc/rsyslog.d/01-app.conf
if $programname == 'app' then {
action(type="omfile" file="/var/log/app.log")
~ stop
}
Here is an example log message showing up in /var/log/syslog that is not being properly filtered. Note the extraneous localhost. I am pretty sure that this is what is screwing things up.
Jan 3 19:54:29 tegra-ubuntu localhost app[30934]: info: interface-proxy.js: Updating the interface proxy
The text was updated successfully, but these errors were encountered:
This rule is never successfully matched because winston-syslog does not produce a valid format that can be filtered by program name:
/etc/rsyslog.d/01-app.conf
Here is an example log message showing up in /var/log/syslog that is not being properly filtered. Note the extraneous
localhost
. I am pretty sure that this is what is screwing things up.The text was updated successfully, but these errors were encountered: