Most applications have only a single logging file ...
# community-help
k
Most applications have only a single logging file (maybe one optionally for access logging). That's the same convention we follow. Creating and writing too many independent log files are not convenient when you want to correlate an issue across all events in the system. You can setup a log aggregator that filters for specific events using regexp patterns. That's the standard practice.