logging over mqtt, TODO: Write log handler

This commit is contained in:
Sonja Rivierien
2026-02-27 16:26:27 -06:00
parent 276b84b9aa
commit 3d766f28d8
3 changed files with 65 additions and 24 deletions

View File

@@ -1,4 +1,3 @@
export LOG_FILE="/recalbox/share/system/logs/es_event_monitor.log"
export DEBUG_MODE=1 # Set to 0 to only log to file, 1 to also print to screen
export RNAME="saves"
export RPATH="gamepi-tv"
LOG_FILE="/recalbox/share/system/logs/savesync_monitor.log"
DEBUG_MODE=1
REMOTE_BASE="saves:gamepi-tv"