File

.busted @ 10074:a1081443666c

mod_mam: Include query id in final log message Should make it easier to find related log messages
author Kim Alvefur <zash@zash.se>
date Thu, 11 Jul 2019 23:31:13 +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";
  };
}