File

.busted @ 13104:8c786880e28d

mod_admin_shell: Allow logging global events with debug:logevents("*") Missing feature. It should behave like debug:events()
author Kim Alvefur <zash@zash.se>
date Sun, 14 May 2023 19:01:01 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}