Software /
code /
prosody
Log
core/loggingmanager.lua @ 5272:1e555909f23d
description | author | age |
---|---|---|
core.loggingmanager: Don't create file log rules from [level] = "*sink" style config | Kim Alvefur | Thu, 27 Dec 2012 20:44:58 +0100 |
loggingmanager: Remove unused variables | Matthew Wild | Tue, 24 Jul 2012 15:50:11 +0100 |
loggingmanager, util.logger: Remove name sinks and the ability to filter logs by source name (lots of code, hardly used if at all, and possibly broken) | Matthew Wild | Thu, 15 Mar 2012 19:09:24 +0000 |
loggingmanager: Remove unused 'critical' level | Matthew Wild | Tue, 22 Nov 2011 17:56:52 +0000 |
loggingmanager: Allow specifying a sink type in per-level logging config (thanks ruskie) | Matthew Wild | Sun, 13 Feb 2011 18:37:34 +0000 |
loggingmanager: Iterate over logging config rules using ipairs rather than pairs | Matthew Wild | Sun, 13 Feb 2011 18:35:39 +0000 |
loggingmanager: Fix reading configuration of timestamps for console output. | Waqas Hussain | Thu, 13 Jan 2011 02:33:50 +0500 |