Is there a way to enable verbose logging, particularly for Directory Sync? #1971
-
TL;DR: Is there a way to turn on debug logging for Jackson, in particular to debug a connection problem in the sending of Directory Sync webhooks from Jackson to my app? For more context, in case it's helpful: I would like to use Jackson to handle only Directory Sync for users within my Rails app. For local development, I have set up Jackson (using image I have set up a skeleton SCIM endpoint within the Rails app, which I can access as expected from other containers within the stack. I have configured Jackson to talk to a JumpCloud account via ngrok, which also seems to be working as expected: I can see the users in the Jackson admin portal in Directory Sync -> Connections -> JumpCloud -> Users tab. However, when changes are synced over from JumpCloud to Jackson, the webhooks don't reach my app. My app has verbose logging enabled, so I am confident it is not receiving anything (including anything sent to an incorrect route). On the Jackson side, the only logs I see are along these lines:
This URL ( |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@DanHetheringtonIL Thanks for sharing the issue. There is no way to turn on debug logging for Jackson at the moment. I'll try to reproduce this issue and get back to you. |
Beta Was this translation helpful? Give feedback.
-
I have resolved this now — I hadn't specified a protocol for the webhook endpoint. I don't know what Jackson was attempting or where the 500 responses were coming from. Maybe a dumb mistake, but a more helpful error message would be great. |
Beta Was this translation helpful? Give feedback.
I have resolved this now — I hadn't specified a protocol for the webhook endpoint. I don't know what Jackson was attempting or where the 500 responses were coming from. Maybe a dumb mistake, but a more helpful error message would be great.