FIWARE / api-umbrella

Open source API management platform
https://fiware-api-umbrella.readthedocs.io/
MIT License
2 stars 7 forks source link

Log-level should be more fine-grained configurable #14

Closed wistefan closed 2 years ago

wistefan commented 3 years ago

Umbrella's logging is very chatty. Every incoming request is logged(some multiple times). In an production system(especially under high load), this leads to unreadable logs. Real problems cannot be spotted. Beside this, the logs become huge. When running with file-logging this can lead to disk-space problems. When running with console-logging(f.e. when running in kubernetes), that will produce high costs for log-aggregators.

The log-level of umbrella overall or for the individual components should be configurable. If thats already possible, a documentation about those options should be provided.