You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
As a tester and administrator of DigiWF, I want to have a pleasant user experience by increasing the clarity of error messages. One way to achieve this goal is by reducing log levels to the necessary minimum. Currently, logs that are not very helpful are being written at millisecond intervals, which hides relevant information.
Describe the solution you'd like
Analyze which logging can be reduced.
Consider which logging is necessary for data protection reasons. It must be logged which user accesses the system.
Describe alternatives you've considered
Acceptance Criteria
Log level recommendations are available for the DigiWF components, including recommendations for classes and/or packages that require alternative log levels.
The log levels are adjusted in the property files and/or in the source code.
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As a tester and administrator of DigiWF, I want to have a pleasant user experience by increasing the clarity of error messages. One way to achieve this goal is by reducing log levels to the necessary minimum. Currently, logs that are not very helpful are being written at millisecond intervals, which hides relevant information.
Describe the solution you'd like
Describe alternatives you've considered
Acceptance Criteria
Additional context
The text was updated successfully, but these errors were encountered: