This article provides instructions on turning on debug logs for message processor and router servers but when I try the same thing for the management server, I receive an "403 Forbidden" and this in the logs:
2015-11-16 15:34:34,313 org: env: qtp1328246543-11784 ERROR REST - ExceptionMapper.toResponse() : Error occurred : User edahl@example.com does not have required permissions for /v1/logsessions com.apigee.security.providers.UserAccessController.authorize(UserAccessController.java:196) com.apigee.rest.framework.security.Authorizer.beforeInvocation(Authorizer.java:256) com.apigee.rest.framework.CustomJAXRSInvoker.beforeInvocation(CustomJAXRSInvoker.java:163) com.apigee.rest.framework.CustomJAXRSInvoker.performInvocation(CustomJAXRSInvoker.java:118)
My user has both the Operations Administrator and Organization Administrator roles.
I'm guessing that I need to update the logback.xml and restart. Is this a bug?
(Using OPDK 4.15.07.00)