mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 02:53:49 +01:00
Map print3d log level 'info' to firmware level 'warn' to reduce amount of logging under normal circumstances.
This commit is contained in:
parent
f51e63e06a
commit
8a726552f7
@ -133,7 +133,7 @@ local function setupLogger()
|
||||
|
||||
-- TEMP: for now, translate print3d log level to firmware level, these will be unfiied in the future
|
||||
-- we get (print3d): quiet,error,warning,info,verbose,bulk -- and we need (firmware): debug,info,warn,error,fatal
|
||||
logLevelMapping = { quiet='fatal', error='error', warning='warn', info='info', verbose='info', bulk='debug' }
|
||||
logLevelMapping = { quiet='fatal', error='error', warning='warn', info='warn', verbose='info', bulk='debug' }
|
||||
logLevelSetting = logLevelMapping[logLevelSetting]
|
||||
|
||||
if type(logTargetSetting) == 'string' then
|
||||
|
Loading…
Reference in New Issue
Block a user