File

.busted @ 11209:f6661fac7e9a

mod_adhoc: Log commands provided at debug level
author Kim Alvefur <zash@zash.se>
date Sun, 22 Nov 2020 00:52:49 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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