File

.busted @ 10047:177a8b92204b

mod_pep: Log node name instead of payload Having the node logged is more useful and less problematic for privacy
author Kim Alvefur <zash@zash.se>
date Sun, 16 Jun 2019 22:02:53 +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";
  };
}