History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-3566
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Unassigned
Reporter: Jedrzej Buraczewski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

Change access denied log level to trace to avoid cluttering log

Created: 06/May/20 08:59 AM   Updated: 05/Jun/20 12:16 PM
Component/s: None
Affects Version/s: 10.0.11
Fix Version/s: 10.0.16

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
After adding anonymous group to QB it starts to log following error for every REST call which requires authorization:
ERROR com.pmease.quickbuild.rest.providers.AccessDeniedExceptionMapper - Access denied when accessing restful service.

It wouldn't be as that bad but this event is registered before user have possibility to login.
It makes log file bigger than necessary and it's not descriptive as we still don't know who tried to login and what call was it.

My proposition:
a) move access logs to dedicated file other than quickbuild.log and console.log
b) add IP address and the URL which was tried to reach
c) decrease ERROR log level to INFO
d) optional: think if it possible to don't write info about accessing rest api when user logged successfully immediately

 All   Comments   Work Log   Change History      Sort Order:
No work has yet been logged on this issue.