1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Disable debug logging by default.

This commit is contained in:
Sandu Liviu Catalin 2016-05-24 07:34:41 +03:00
parent f8e845ebd2
commit 4d21f29e7f

View File

@ -1,17 +1,19 @@
# Squirrel options
[Squirrel]
StackSize=2048
ErrorHandling=true
EmptyInit=false
# Logging options
[Log]
ConsoleDebug=true
ConsoleDebug=false
ConsoleUser=true
ConsoleSuccess=true
ConsoleInfo=true
ConsoleWarning=true
ConsoleError=true
ConsoleFatal=true
LogFileDebug=true
LogFileDebug=false
LogFileUser=true
LogFileSuccess=true
LogFileInfo=true
@ -22,8 +24,10 @@ ConsoleTimestamp=false
LogFileTimestamp=true
#Filename=mymod.log
# List of scripts to load
[Scripts]
Source=bootstrap.nut
# Custom script options
[Options]
MyOption="Hello from config!"