changed default log levels and added nil and exist checks to birth object

This commit is contained in:
2024-11-06 08:30:28 +01:00
parent 46f9e538fd
commit d1494e9af2
3 changed files with 25 additions and 18 deletions
+1 -1
View File
@@ -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({