Updated logging function and added LOG_TOPIC environment variable

This commit is contained in:
2026-02-27 19:57:20 -06:00
parent cfed476096
commit 382a096c1b
4 changed files with 47 additions and 26 deletions

View File

@@ -3,3 +3,4 @@ export ERROR_FILE="/recalbox/share/system/logs/savesync_error.log"
export DEBUG_MODE=1
export REMOTE_BASE="saves:gamepi-tv"
export TOPIC="/Recalbox/EmulationStation/Event"
export LOG_TOPIC="Recalbox/Log/Service"