bug-mailfromd


Search for: Advanced

Re: [Bug-mailfromd] logging output of $i


> 
> 
> > Output produced by each "echo" in your script is preceded with "info:"
> > in syslog output.  It cannot be turned off.
> 
> FYI, commit eea4d55b50 makes it possible.  To use the feature, pull,
> recompile, and add the following to your configuration file:
> 
>   logging {
>     print-severity off;
>   }
> 

Thank you very much again!!! :)