Skip to content

Commit

Permalink
move logfile to universal path /tmp/spotmarket-switcher.log
Browse files Browse the repository at this point in the history
  • Loading branch information
christian1980nrw authored Sep 27, 2023
1 parent d3d46dc commit 4347536
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/controller.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ UMGEBUNGSVARIABLEN
rc_local_file - Der Pfad zur Datei, über die der Service gestartet wird, kann festgelegt werden. Dies ist ausschließlich für Testzwecke vorgesehen.
LOG_FILE - In diese Datei werden alle auch auf der Konsole ausgegebenen Informationen gespeichert - voreingestellt auf "/data/etc/Spotmarket-Switcher/spotmarket-switcher.log"
LOG_FILE - In diese Datei werden alle auch auf der Konsole ausgegebenen Informationen gespeichert - voreingestellt auf "/tmp/spotmarket-switcher.log"
LOG_MAX_SIZE=1024 - Maximale Größe (in kb) der log Datei - voreingestellt auf 1 MB
Expand Down Expand Up @@ -93,7 +93,7 @@ ENVIRONMENT VARIABLES
rc_local_file - The path to the file through which the service is started can be specified. Intended solely for testing purposes.
LOG_FILE - File storing all the data that was sent to the console - preset to "/data/etc/Spotmarket-Switcher/spotmarket-switcher.log"
LOG_FILE - File storing all the data that was sent to the console - preset to "/tmp/spotmarket-switcher.log"
LOG_MAX_SIZE=1024 - Maximal size (in kb) of log file - preset to 1 MB
Expand Down Expand Up @@ -308,7 +308,7 @@ file19=/tmp/entsoe_prices_sorted.txt
########## Optional environmental variables

if [ -z "$LOG_FILE" ]; then
LOG_FILE="/data/etc/Spotmarket-Switcher/spotmarket-switcher.log"
LOG_FILE="/tmp/spotmarket-switcher.log"
fi
if [ -z "$LOG_MAX_SIZE" ]; then
LOG_MAX_SIZE=1024 # 1 MB
Expand Down

0 comments on commit 4347536

Please sign in to comment.