HarmonyCore icon indicating copy to clipboard operation
HarmonyCore copied to clipboard

Per Request log levels

Open hippiehunter opened this issue 5 years ago • 0 comments

Harmony Core offers extensive logging along with a logging framework that works well with Synergy data types. This is great in development, but in production it can destroy performance or collect sensitive data that shouldn’t be logged. By providing a custom HTTP header with a request, the logging level could be set specifically for that request. This means you could get full fat logging from a production server while the enhanced logging is turned off for the rest of your requests.

hippiehunter avatar Mar 12 '19 17:03 hippiehunter