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
it took me quite a while to realise why I get log messages on the command line, but not when I call pdns_logger from inside syslog-ng: pdns_logger is not sending its log messages to STDOUT as documented in several places in README.md but to STDERR instead.
Please change that to STDOUT so that it works as documented and as (obviously) expected.
My current workaround is to append 2>&1 to the commandline called by syslog-ng.
The text was updated successfully, but these errors were encountered:
Hi,
it took me quite a while to realise why I get log messages on the command line, but not when I call
pdns_logger
from insidesyslog-ng
:pdns_logger
is not sending its log messages to STDOUT as documented in several places inREADME.md
but to STDERR instead.Please change that to STDOUT so that it works as documented and as (obviously) expected.
My current workaround is to append
2>&1
to the commandline called bysyslog-ng
.The text was updated successfully, but these errors were encountered: