How do I Increase the log level of Fetchmail?
This seems stupidly easy but I can't find the directive and file I need anywhere on-line.
How do I Increase the log level of Fetchmail?
This seems stupidly easy but I can't find the directive and file I need anywhere on-line.
From
fetchmail(1)
(man 1 fetchmail
):Increasing verbosity of output:
About debugging to syslog:
Hope that helps!
at least in Debian you can also run
fetchmail will log directly to console and not fork into background
One way to increase verbosity of fetchmail when running it as a daemon is to add '-vv' to the fetchmail init script. For example, in Debian, add '-vv' to the OPTIONS parameter in /etc/init.d/fetchmail, restart fetchmail and then see the verbose output in /var/log/mail.log or /var/log/syslog.