File

.busted @ 10472:676e6a1b23d4

mod_s2s: Log from session logger Helps locating all messages related to a specific session
author Kim Alvefur <zash@zash.se>
date Sat, 30 Nov 2019 23:33:39 +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";
  };
}