mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 00:37:15 +01:00
Update the sample config to indicate that log file name supports strftime format.
This commit is contained in:
parent
89bbb74d06
commit
59968893f5
@ -22,7 +22,7 @@ LogFileError=true
|
|||||||
LogFileFatal=true
|
LogFileFatal=true
|
||||||
ConsoleTimestamp=false
|
ConsoleTimestamp=false
|
||||||
LogFileTimestamp=true
|
LogFileTimestamp=true
|
||||||
#Filename=mymod.log
|
#Filename=mymod%Y-%m-%d.log
|
||||||
|
|
||||||
# List of scripts to load
|
# List of scripts to load
|
||||||
# - Compile=path > Compile the script and execute after all scripts were compiled
|
# - Compile=path > Compile the script and execute after all scripts were compiled
|
||||||
|
Loading…
Reference in New Issue
Block a user