Is there any way to make renderd no output DEBUG level logs? There is nothing showing the man page for renderd and scanning the code doesn't show up anything obvious for log level. I've tried all the usual LogLevel options in Apache but none of them go down to the renderd daemon.
Specifically it is logs like these that I'm trying to hide
Feb 23 18:22:24 oms-tileserver renderd[24621]: DEBUG: Got incoming connection, fd 27, number 18
Feb 23 18:22:24 oms-tileserver renderd[24621]: DEBUG: Got incoming request with protocol version 2
Feb 23 18:22:24 oms-tileserver renderd[24621]: DEBUG: Got command RenderLow fd(27) xml(ajt), z(16), x(31605), y(21298), mime(image/png), options()
Feb 23 18:22:24 oms-tileserver renderd[24621]: DEBUG: Got incoming connection, fd 28, number 19
Feb 23 18:22:24 oms-tileserver renderd[24621]: DEBUG: Got incoming request with protocol version 2
Feb 23 18:22:24 oms-tileserver renderd[24621]: DEBUG: Got command RenderLow fd(28) xml(ajt), z(16), x(31605), y(21297), mime(image/png), options()
Feb 23 18:22:27 oms-tileserver renderd[24621]: DEBUG: DONE TILE ajt 16 31600-31607 21296-21303 in 2.534 seconds
I'd prefer something in the daemon rather than having to drop these in syslog if possible.
asked
23 Feb '20, 18:25
ryaner
16●2●2●3
accept rate:
0%