[Tile-serving] [openstreetmap/mod_tile] DEBUG messages are not visible under systemd (Issue #317)
SomeoneElseOSM
notifications at github.com
Wed Apr 26 11:28:04 UTC 2023
As an example from one that works, here's a bit of debug that I see in /var/log/syslog on https://map.atownsend.org.uk:
Apr 26 11:19:14 map renderd[707344]: Creating and writing a metatile to /var/cache/renderd/tiles/ajt/14/0/0/0/17/244/237/8.meta
and here is /usr/lib/systemd/system/renderd.service:
[Unit]
Description=Daemon that renders map tiles using mapnik
Documentation=man:renderd
After=network.target auditd.service
[Service]
Environment=G_MESSAGES_DEBUG=all
ExecStartPre=rm -f /var/cache/renderd/pyosmium.gis/call_pyosmium.running
ExecStartPre=rm -f /var/cache/renderd/pyosmium.gis3/call_pyosmium.running
ExecStart=/usr/local/bin/renderd -f
User=_renderd
[Install]
WantedBy=multi-user.target
The "ExecStartPre" entries are related to coordinating data reloads with minutely updates and aren't relevant to this issue.
"renderd -V" returns "0.6.1". It was built from source from https://github.com/SomeoneElseOSM/mod_tile/tree/zoom2022 , "4 commits ahead, 20 commits behind openstreetmap:master. ". The "commits ahead" are to do with supporting higher zoom levels and unrelated to this problem. If there's a genuine issue, it must be related to the "[20 commits behind](https://github.com/SomeoneElseOSM/mod_tile/compare/zoom2022...openstreetmap:mod_tile:master)"
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/317#issuecomment-1523259059
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/mod_tile/issues/317/1523259059 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20230426/69190378/attachment.htm>
More information about the Tile-serving
mailing list