-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Subject Area OMAS REST services not using RESTCallLogger #7001
Comments
Discussed with @davidradl : For some of the REST calls, there was an extra Final decision is that this change is fine, since most of the time the |
I've created a PR to address the main issue, however I've kept it as a draft for now because there were some further changes that could be made that might also fit into this PR. Two possible changes:
Open to any feedback here, thanks! cc: @davidradl |
@Raunak-S sorry I did not see the pr or the last update. If you can tag me in any updates I hopefully will see them. The change looks good. I can merge as is (once the code has been updated) - it is a good idea to add the calls to the 2 other classes - as you are here and thinking about this. I agree on your conclusion with the guid. |
@davidradl no problem, I've added the logging for the |
Thanks @Raunak-S I have merged - are we ok to close this issue? |
Hi @davidradl yes this issue is all set, I'll close now and update the parent issue, thanks! |
Is there an existing issue for this?
Current Behavior
Currently the Subject Area OMAS REST services are using the sl4j
Logger
instead of the odpi-nativeRESTCallLogger
.This is a child issue of #6727 to capture specific discussions around the Subject Area OMAS while switching from the default
Logger
to theRESTCallLogger
.Expected Behavior
The Subject Area OMAS server should use the
RESTCallLogger
to log REST calls instead of the currentLogger
.Steps To Reproduce
No response
Environment
Any Further Information?
No response
The text was updated successfully, but these errors were encountered: