Search Results

2
votes

How to reduce redundant log messages for a web-app?

You could create a logging system that logs to a DB, and have a flag set to determine whether to log individual entries, or just tally a counter for a base log entry. By tallying, you see the gros …