Software /
code /
prosody
Changeset
5273:746f07d280e2
Merge 0.9->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Dec 2012 03:03:56 +0100 |
parents | 5271:f716a3c58b4b (current diff) 5272:1e555909f23d (diff) |
children | 5275:03dc0ae27499 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/core/loggingmanager.lua Wed Dec 26 20:35:40 2012 +0100 +++ b/core/loggingmanager.lua Fri Dec 28 03:03:56 2012 +0100 @@ -67,7 +67,7 @@ for _, level in ipairs(logging_levels) do if type(logging_config[level]) == "string" then local value = logging_config[level]; - if sink_type == "file" then + if sink_type == "file" and not value:match("^%*") then add_rule({ to = sink_type; filename = value;