[Tile-serving] [mod_tile] Reduce informational message to LOG_INFO (#44)
apmon
notifications at github.com
Mon Aug 19 02:03:31 UTC 2013
LOG_NOTICE seems consistent with other startup messages printed by Apache.
The issue is as far as I can tell is that the configuration happens to early in the server process, before the logging facility is set up. Thats why it gets printed to the console rather than the apache log file where it belongs. The notice needs to happen at a slightly later stage e.g. possibly the post_config hook(?), which is probably related to #42. But I haven't quite figured out where best in a way that works for me.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/44#issuecomment-22847392
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20130818/7480eb26/attachment.html>
More information about the Tile-serving
mailing list