File

.busted @ 10807:b92afa0a4119

mod_csi_simple: Add short reasons to report Should improve quality of debug logs
author Kim Alvefur <zash@zash.se>
date Thu, 07 May 2020 22:56:30 +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";
  };
}