Reduced Logging - NO XML !!!
Switching from regular logging to reduced logging (
I need a minimal logging level to only log what is necessary – two lines + one line per file.
Logging all this and then writing something to get rid of all the kludge is really clunky.
So is messing around with XML (XML is always a way to make text files bigger – and I need SMALLER!)
/loglevel=-1
) still gives over 90 lines when no files are available to download. I only need:
Connected to <Host> at <Date and Time> [upload/download] <file> [upload/download] <file> Disconnected from <Host> at <Date and Time>
/loglevel=-2
Logging all this and then writing something to get rid of all the kludge is really clunky.
So is messing around with XML (XML is always a way to make text files bigger – and I need SMALLER!)