Changed logging topic to be right

This commit is contained in:
2026-02-27 20:06:48 -06:00
parent 044dc23325
commit 3e8ea25c95
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
. /recalbox/share/system/configs/savesync/savesync.conf
touch "$LOG_FILE"
touch "$ERROR_FILE"
log_to_file() {
printf "%s\n" "$1" >> "$LOG_FILE"

View File

@@ -5,4 +5,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"
export LOG_TOPIC="/Recalbox/Log/Service"