Merge PR #189: Export QT_LOGGING_CONF to /etc/nymea/logging.conf by default...

This commit is contained in:
Jenkins 2019-09-02 18:01:50 +02:00
commit ef91351242
3 changed files with 4 additions and 0 deletions

2
data/config/logging.conf Normal file
View File

@ -0,0 +1,2 @@
[Rules]
*.debug=false

View File

@ -5,6 +5,7 @@ After=network.target
Wants=network-online.target
[Service]
Environment=QT_LOGGING_CONF=/etc/nymea/logging.conf
ExecStart=/usr/bin/nymead -n --print-all
StandardOutput=journal
StandardError=journal

View File

@ -5,3 +5,4 @@ usr/lib/@DEB_HOST_MULTIARCH@/libnymea-core.so.1.0.0
data/systemd/nymead.service /lib/systemd/system/
data/logrotate/nymead /etc/logrotate.d/
data/dbus-1/io.guh.nymead.conf /etc/dbus-1/system.d/
data/config/logging.conf /etc/nymea/