- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 11:13 PM
Hi all!
When testing one of our Scripted REST APIs I was wondering why one specific user didn't produce any logs in System Logs > All. After checking the Node Logs Download file I found my missing logs along with some interesting lines:
2023-09-21 14:22:07 (674) API_INT-thread-3 9944FC2BB7D1F5108EF0F78A0E8C02B9 txid=dd44fc2bb937 DEBUG DEBUG: x_<scope_name> (<ScriptIncludeName>): Successfully parsed import data
2023-09-21 14:22:07 (675) API_INT-thread-3 9944FC2BB7D1F5108EF0F78A0E8C02B9 txid=dd44fc2bb937 Security restricted: access for table: syslog_app_scope, user: <USER_NAME>, operation: create -- from class: ReadOnlyRoleAccessHandler
Basically everytime one of my logs showed up it was directly followed by a "Security restricted" message which seems to say that it can't log because the user has no access? Is that correct and how would I solve this issue?
Thanks and kind regards,
Tobias
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 11:38 PM
Hii @Tobias Persson_ the reason why you are not able to see logs was because of ACL and Role restriction
you can find the below thread usefull
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2023 11:38 PM
Hii @Tobias Persson_ the reason why you are not able to see logs was because of ACL and Role restriction
you can find the below thread usefull
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 11:48 PM
Well, I hate to admit that, but I didn't see a specific role set to that user. The user was the only one having the snc_read_only role. Note to myself: check twice! 😅