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:
parent
f8e845ebd2
commit
4d21f29e7f
@ -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!"
|
Loading…
Reference in New Issue
Block a user