[Tile-serving] [openstreetmap/mod_tile] DEBUG messages are not visible under systemd (Issue #317)
Hummeltech
notifications at github.com
Fri Apr 21 21:33:05 UTC 2023
Hmm, I'll have to test it out. It should go something like this:
1. Add an override file to the service unit
```shell
sudo systemctl edit renderd.service
```
You will only need to add these two lines:
```ini
[Service]
Environment=G_MESSAGES_DEBUG=all
```
2. Reload the `systemd` manager configuration
```shell
sudo systemctl daemon-reload
```
3. Restart the `renderd` service
```shell
sudo systemctl restart renderd.service
```
4. Ensure the `override` is effective
```shell
sudo systemctl status renderd.service
```
You should see something like this:
```
Drop-In: /etc/systemd/system/renderd.service.d
└─override.conf
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/317#issuecomment-1518354001
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/mod_tile/issues/317/1518354001 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20230421/4b63644c/attachment.htm>
More information about the Tile-serving
mailing list