# HG changeset patch # User Kim Alvefur # Date 1356660236 -3600 # Node ID 746f07d280e2450baa87ff3b91783f0414a0f7af # Parent f716a3c58b4b04591a7dfb8fea3705b4630fac8d# Parent 1e555909f23df375cf210566f6a868a4e0153bca Merge 0.9->trunk diff -r f716a3c58b4b -r 746f07d280e2 core/loggingmanager.lua --- 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;