On Wednesday, February 1, 2023 at 3:55:09 PM UTC-5 [email protected] wrote: Is there already a supported way to disable tracebacks unless a debug flag is set; similar to https://stackoverflow.com/questions/27674602/hide-traceback-unless-a-debug-flag-is-set ?
Do you mean tracebacks rendered on internal errors? I believe those should only be shown for users with TRAC_ADMIN permission. https://trac.edgewall.org/browser/tags/trac-1.4.3/trac/web/main.py?marks=736#L719 -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/trac-users/cf51df92-956c-4473-9a56-fb0341d58013n%40googlegroups.com.
