This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Disable renderd debug messages

0

I have a OSM server set up and it is writing a lot of debug messages to syslog, access.log, and journal logs. How do I disable the excessive logging?

I believe I have the access.log disabled via commenting out the CustomLog line in /etc/apache2/sites-available/000-default.conf

Not sure what to do with the others (syslog was 60GB before it filled my root partition...)

EDIT: Also, I saw an older message from Feb 2020 and nobody replied; I tried to find a solution but haven't found anything.

asked 11 Oct '21, 21:27

sanosuke001's gravatar image

sanosuke001
11112
accept rate: 0%

edited 11 Oct '21, 21:28


One Answer:

0

With regard to messages from renderd, there have been some issues raised about it such as https://github.com/openstreetmap/mod_tile/issues/170. https://github.com/openstreetmap/mod_tile/issues/13 suggests that later versions may have less of an issue with this.

It looks like Ubuntu 22.04 will have that later version in. Current released versions of Ubuntu and Debian do not yet.

answered 25 Jan '22, 18:28

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

Source code available on GitHub .