[Tile-serving] [openstreetmap/mod_tile] DEBUG messages are not visible under systemd (Issue #317)

mzeedijk notifications at github.com
Wed Apr 26 11:00:11 UTC 2023


Same here. I added the Environment line to my service file, but no messages appear in the syslog nor are they visible through journalctl. My service file is now:
```
[Unit]
Description=renderd service
After=postgresql.target

[Service]
Type=forking
User=www-data
RuntimeDirectory=renderd
PIDFile=/var/run/renderd/renderd.pid
ExecStart=/usr/bin/renderd
Restart=always
Environment=G_MESSAGES_DEBUG=all

[Install]
WantedBy=multi-user.target
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/317#issuecomment-1523225929
You are receiving this because you are subscribed to this thread.

Message ID: <openstreetmap/mod_tile/issues/317/1523225929 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20230426/2c794bb3/attachment.htm>


More information about the Tile-serving mailing list