Forum Discussion
To add some information so that OS Development can maybe put an option into App Settings to turn this off:
Trying to evaluate if i am connected from target app to source app.
1) In the error log trying to show the session ID (even though i dont really need it but just displaying the whole thing):
Check session state User: xxxx, TimeAuthenticated: 20250623195015, AuthSessionID: [REDACTED], Application: XX_YYYYYYY_9.0
2) In the message box of a my dashboard extender
Check session state User: xxxx, TimeAuthenticated: 20250623195015, AuthSessionID: d23c1186e28041e2af226a0be74b3ec7,
So, at least in a dashboard extender rule I can now convert all my logging to a message box. In other rules i am a bit stuck.
Outputting to the file share also sidesteps the [redacted] messages.
But agreed, we need a way to turn-off this "feature" (not just dial it back), as it makes debugging logic much more difficult.
It would seem a far better way to handle the redacting would be to write unredacted message to the ErrorLog, and only apply the redacting the entire message (not just amounts containing a certain number of zeros) when displaying the log if the user looking at the log is not the owner of the log entry or is not a member of an authorized group.
- JackLacava2 days agoCommunity Manager
we need a way to turn-off this "feature"
I am not the biggest fan of this feature, but there are legitimate concerns about outputting passwords, api keys, and the likes, so it likely won't be something you can just disable. It will become smarter very soon, though, so hopefully it won't be a real problem anymore.
Related Content
- 8 months ago
- 10 months ago
- 12 months ago
- 10 months ago