You don't really need a config variable if done correctly, other than what pyramid_debugtoolbar already supports. The panel should be enabled only if a user does something like `debugtoolbar.includes = pyramid_mongodb.debugtoolbar`.
On Sat, Jul 28, 2018 at 1:05 AM Jonathan Mackenzie <[email protected]> wrote: > Lack of thought I guess, I should probably merge them and use a config > variable to turn debugging on.. > > On Friday, 27 July 2018 23:42:01 UTC+9:30, Jonathan Vanasco wrote: >> >> any reason why you decided to split the toolbar into a separate package, >> instead of including it? >> > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/pylons-discuss/b3bde938-0ce6-4e3a-91fd-f10d1d2c44b0%40googlegroups.com > <https://groups.google.com/d/msgid/pylons-discuss/b3bde938-0ce6-4e3a-91fd-f10d1d2c44b0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/CAKdhhwG-Q%2Bhq2LpqfJEahowJZ04TEJCYoCnuunbKgeV_HPw9-w%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
