logfile | the winCron logfile (complete path, wildcards are allowed) | |
/logsize=x | move log file if size exceeds x kb (default=4096) | |
/logpath=y | move log file to this path (default=current directory) |
cronLog crontab.txt.log /logsize=100 | renames "crontab.txt.log" to "crontab.txt.001" if it exceeds 100 kB | |
cronLog *.log /logpath=C:\wincron\logs | moves all *.log files to "C:\wincron\logs\" if they exceed the file size of 4096 kB (default value) |