.busted
author Kim Alvefur <zash@zash.se>
Sun, 06 Jan 2019 12:14:42 +0100
branch0.11
changeset 9766 34988a408b74
parent 9455 9d892b2415bf
child 9968 f299d4917dd8
permissions -rw-r--r--
util.startup: Always reload logging after config (fixes #1284) This chancged in 6e24a69b03af likely because of confusion about the `reopen-log-files` event which was fired but never hooked.

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