Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

boog

Minimal Logging loglevel= -2

Switching from regular logging tot reduced logging (/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>

Can you introduce a Minimal logging, for instance /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?