GetChatDebugLoggingAllowUsers returns the runtime admin setting that allows users to opt into chat debug logging when the deployment does not already force debug logging on globally.
(ctx context.Context)
| 357 | // allows users to opt into chat debug logging when the deployment does |
| 358 | // not already force debug logging on globally. |
| 359 | GetChatDebugLoggingAllowUsers(ctx context.Context) (bool, error) |
| 360 | // Chat debug run retention window in days. 0 disables. |
| 361 | GetChatDebugRetentionDays(ctx context.Context, defaultDebugRetentionDays int32) (int32, error) |
| 362 | GetChatDebugRunByID(ctx context.Context, id uuid.UUID) (ChatDebugRun, error) |
no outgoing calls