Minimal Logging loglevel= -2
Switching from regular logging tot reduced logging (
After initial setup and debugging of an automatic process I realy only need:
Can you introduce a Minimal logging, for instance
So in case of no files downloaded I get only two lines
and when downloading one file I get only three lines?
/loglevel=-1
) reduces my logfile from 116 to 98 lines, when no files are available to download.
After initial setup and debugging of an automatic process I realy only need:
Connecting to <Host> at <Datetime> [upload/download <file>] [upload/download <file>] .. Disconnecting from <Host> at <Datetime>
/loglevel=-2
, to limit the logging to the bare necessities?
So in case of no files downloaded I get only two lines
and when downloading one file I get only three lines?