openstreetmap-tile-server icon indicating copy to clipboard operation
openstreetmap-tile-server copied to clipboard

How to log Http requests info to the docker logs with errors

Open Manoj-py opened this issue 8 months ago • 0 comments

The docker logs stay at renderd log and remain static but as a developer we need to know who is making the request what is response give by the server if the request was not been to processed it need to be log what was bad in the request so that we when requesting for tile we can setup certain conditions

Example: When ever there a user request for zoom level behind the limit we need to get logs in the openstreetmap-tile-server stating that the user has request for a invalid zoom level so it was not able to give a tile

Manoj-py avatar Jun 05 '24 07:06 Manoj-py