Skip to content
Snippets Groups Projects
Commit b9ed1292 authored by David Trattnig's avatar David Trattnig
Browse files

Default log dir update. #63

parent 29f293bf
No related branches found
No related tags found
No related merge requests found
Pipeline #915 passed
...@@ -14,6 +14,7 @@ before_script: ...@@ -14,6 +14,7 @@ before_script:
- mkdir /etc/aura - mkdir /etc/aura
- mkdir /var/log/aura - mkdir /var/log/aura
- mkdir -p /opt/aura/engine/src/liquidsoap - mkdir -p /opt/aura/engine/src/liquidsoap
- mkdir -p /opt/aura/engine/logs
- pwd - pwd
- cp config/sample-production.engine.ini config/engine.ini - cp config/sample-production.engine.ini config/engine.ini
......
...@@ -43,7 +43,7 @@ heartbeat_port = 43334 ...@@ -43,7 +43,7 @@ heartbeat_port = 43334
# Seconds how often the vitality of the Engine should be checked (0 = disabled) # Seconds how often the vitality of the Engine should be checked (0 = disabled)
heartbeat_frequency = 1 heartbeat_frequency = 1
logdir="/home/username/code/aura/engine/logs" logdir="/srv/logs"
# Possible values: debug, info, warning, error, critical # Possible values: debug, info, warning, error, critical
loglevel="info" loglevel="info"
......
...@@ -43,7 +43,7 @@ heartbeat_port = 43334 ...@@ -43,7 +43,7 @@ heartbeat_port = 43334
# Seconds how often the vitality of the Engine should be checked (0 = disabled) # Seconds how often the vitality of the Engine should be checked (0 = disabled)
heartbeat_frequency = 1 heartbeat_frequency = 1
logdir="/home/username/code/aura/engine/logs" logdir="/opt/aura/engine/logs"
# Possible values: debug, info, warning, error, critical # Possible values: debug, info, warning, error, critical
loglevel="info" loglevel="info"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment