Merge PR #189: Export QT_LOGGING_CONF to /etc/nymea/logging.conf by default...
This commit is contained in:
commit
ef91351242
2
data/config/logging.conf
Normal file
2
data/config/logging.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[Rules]
|
||||||
|
*.debug=false
|
||||||
@ -5,6 +5,7 @@ After=network.target
|
|||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
Environment=QT_LOGGING_CONF=/etc/nymea/logging.conf
|
||||||
ExecStart=/usr/bin/nymead -n --print-all
|
ExecStart=/usr/bin/nymead -n --print-all
|
||||||
StandardOutput=journal
|
StandardOutput=journal
|
||||||
StandardError=journal
|
StandardError=journal
|
||||||
|
|||||||
1
debian/nymead.install.in
vendored
1
debian/nymead.install.in
vendored
@ -5,3 +5,4 @@ usr/lib/@DEB_HOST_MULTIARCH@/libnymea-core.so.1.0.0
|
|||||||
data/systemd/nymead.service /lib/systemd/system/
|
data/systemd/nymead.service /lib/systemd/system/
|
||||||
data/logrotate/nymead /etc/logrotate.d/
|
data/logrotate/nymead /etc/logrotate.d/
|
||||||
data/dbus-1/io.guh.nymead.conf /etc/dbus-1/system.d/
|
data/dbus-1/io.guh.nymead.conf /etc/dbus-1/system.d/
|
||||||
|
data/config/logging.conf /etc/nymea/
|
||||||
|
|||||||
Reference in New Issue
Block a user