[Tile-serving] [openstreetmap/mod_tile] Logging Improvements (#220)

ǝɹʇʇɐʃǝ◖ xıʃǝɟ notifications at github.com
Wed Mar 3 08:18:43 UTC 2021


Thank you for your work on this!

Yes a systemd service starts `renderd --foreground` but currently still writes logs to syslog.

I can understand that you want to use zlog. However I would prefer not to introduce another dependency that would be needed to be shipped within the program. Please consider [log4c](http://log4c.sourceforge.net) or [glib](https://developer.gnome.org/glib/2.66/glib-Message-Logging.html) instead, that are available in most OS this usually runs on. If you don't want to rely on standard C (print/fprintf) and allow richer options, I would suggest to go with one of these.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/220#issuecomment-789528992
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20210303/74e588e3/attachment.htm>


More information about the Tile-serving mailing list