Feature #896
Add more flexibility in logging detailed error stacks versus brief messages to client
Start date:
06/20/2017
Due date:
% Done:
0%
Estimated time:
Resolution:
Description
In the case of errors that occur in a handler before a user receives any data, any error messages written by the handler are sent to the user. This issue is about adding the ability for a handler to control whether the message goes to a user, or logging, or both. Using a specific exit code will be investigated for this purpose.
History
#1 Updated by Mike Stults over 5 years ago
- Target version set to hold
Possibly address in the future if new error handling or logging options are needed.