changed default log levels and added nil and exist checks to birth object
This commit is contained in:
@@ -25,7 +25,7 @@ function StageConfig:new()
|
||||
local maxMissionsPerStage = SpearheadConfig.StageConfig.maxMissionStage
|
||||
o.getMaxMissionsPerStage = function(self) return maxMissionsPerStage end
|
||||
|
||||
o.logLevel = Spearhead.LoggerTemplate.LogLevelOptions.DEBUG
|
||||
o.logLevel = Spearhead.LoggerTemplate.LogLevelOptions.INFO
|
||||
|
||||
o.toString = function()
|
||||
return Spearhead.Util.toString({
|
||||
|
||||
Reference in New Issue
Block a user