From 59968893f517c6d34dc3e704c3c7a523c54143f5 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Sun, 19 Jun 2016 15:25:16 +0300 Subject: [PATCH] Update the sample config to indicate that log file name supports strftime format. --- bin/sqmod.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sqmod.ini b/bin/sqmod.ini index d218b303..2fed6706 100644 --- a/bin/sqmod.ini +++ b/bin/sqmod.ini @@ -22,7 +22,7 @@ LogFileError=true LogFileFatal=true ConsoleTimestamp=false LogFileTimestamp=true -#Filename=mymod.log +#Filename=mymod%Y-%m-%d.log # List of scripts to load # - Compile=path > Compile the script and execute after all scripts were compiled