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

Grouped logging with monitoring.

parent 6e807829
No related branches found
No related tags found
No related merge requests found
......@@ -39,6 +39,10 @@ heartbeat_port = 43334
# Seconds how often the vitality of the Engine should be checked (0 = disabled)
heartbeat_frequency = 1
logdir="/home/david/Code/aura/engine/logs"
# possible values: debug, info, warning, error, critical
loglevel="info"
[api]
# STEERING
......@@ -88,12 +92,6 @@ daemonuser="engineuser"
[socket]
socketdir="/home/david/Code/aura/engine/modules/liquidsoap"
[logging]
logdir="/home/david/Code/aura/engine/logs"
#logdir="/var/log/aura"
# possible values: debug, info, warning, error, critical
loglevel="info"
[audiofolder]
audiofolder="/home/david/Code/aura/tank-store"
......
......@@ -39,6 +39,10 @@ heartbeat_port = 43334
# Seconds how often the vitality of the Engine should be checked (0 = disabled)
heartbeat_frequency = 1
logdir="/var/log/aura"
# Possible values: debug, info, warning, error, critical
loglevel="info"
[api]
# STEERING
......@@ -88,11 +92,6 @@ daemonuser="engineuser"
[socket]
socketdir="/opt/aura/engine/modules/liquidsoap"
[logging]
logdir="/var/log/aura"
# possible values: debug, info, warning, error, critical
loglevel="info"
[audiofolder]
audiofolder="/var/audio"
......
......@@ -39,6 +39,10 @@ heartbeat_port = 43334
# Seconds how often the vitality of the Engine should be checked (0 = disabled)
heartbeat_frequency = 1
logdir="/var/log/aura"
# *ossible values: debug, info, warning, error, critical
loglevel="info"
[api]
# STEERING
......@@ -88,11 +92,6 @@ daemonuser="engineuser"
[socket]
socketdir="/opt/aura/engine/modules/liquidsoap"
[logging]
logdir="/var/log/aura"
# possible values: debug, info, warning, error, critical
loglevel="info"
[audiofolder]
audiofolder="/var/audio"
......
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