By default, a single request results in 3 line of logging entries:
2025-01-03T17:56:18.2800129-08:00|INFO |Request starting HTTP/1.1 GET http://localhost:5140/ - - -
2025-01-03T17:56:18.3165023-08:00|INFO |Executing endpoint 'HTTP: GET /'
2025-01-03T17:56:18.3196735-08:00|INFO |Executed endpoint 'HTTP: GET /'
2025-01-03T17:56:18.3273233-08:00|INFO |Request finished HTTP/1.1 GET http://localhost:5140/ - 200 - text/plain;+charset=utf-8 41.9690ms
There's quite a redundancy. See if that could be simplified to:
2025-01-03T17:56:18.3273233-08:00|INFO |Request finished HTTP/1.1 GET http://localhost:5140/ - 200 - text/plain;+charset=utf-8 41.9690ms
By default, a single request results in 3 line of logging entries:
There's quite a redundancy. See if that could be simplified to: