dshackle
dshackle copied to clipboard
disable / enable method wildcard?
Is it possible to enable or disable methods via wildcard?
e.g. I want to disable: debug_*
or I want to enable: trace_*
I'm guessing that if I don't enable the debug_* then they won't be enabled anyway...?
It's not possible now, but could be implemented
Right now you have to enable such methods individually, and debug_ are not enabled by default
Thanks, also not a high priority from my perspective. Appreciate ya