I am working on a ZCPP change for the ESPixelStick. Trying to teach xLights that the ESP has more than one output port. While doing this I would like xLights to give me more information. To start with I want to change the current logging.
What I have is (log_zcpp) :
ALERT CRIT EMERG ERROR FATAL NOTICE WARN
and I would like them to be:
ALERT CRIT DEBUG EMERG ERROR FATAL INFO NOTICE WARN
Does anyone know how to do this without recompiling xLights?