| Commit message (Expand) | Author | Age | Files | Lines |
* | loggingmanager, mod_posix: Move syslog to core, fixes #541 (in a way) | Matthew Wild | 2019-03-26 | 1 | -0/+19 |
* | Backed out changeset 3eea63a68e0f | Matthew Wild | 2019-03-26 | 1 | -20/+1 |
* | util.queue: Update :items() to consistently use private data directly | Matthew Wild | 2019-03-23 | 1 | -1/+20 |
* | loggingmanager: Remove luacheck annotations for global log functions that are... | Kim Alvefur | 2018-04-10 | 1 | -1/+0 |
* | util.startup: Set up event hooks for reloading logging here instead of in log... | Kim Alvefur | 2018-04-05 | 1 | -6/+0 |
* | util.startup: Initialize prosody.log / _G.log here instead of in loggingmanag... | Kim Alvefur | 2018-04-05 | 1 | -3/+0 |
* | loggingmanager: Hook event for reopening log files instead of config reloaded | Kim Alvefur | 2018-03-25 | 1 | -1/+1 |
* | vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 | 1 | -0/+1 |
* | loggingmanager: Make timestamps enabled by default in file sink (fixes #1004) | Kim Alvefur | 2017-10-26 | 1 | -1/+1 |
* | core.loggingmanager: Remove now unused locals [luacheck] | Kim Alvefur | 2017-09-11 | 1 | -3/+0 |
* | loggingmanager, mod_posix: Import util.format correctly (fixes #985) | Kim Alvefur | 2017-09-11 | 1 | -1/+1 |
* | loggingmanager: Slight cleanup and optimization of file sink | Waqas Hussain | 2017-09-10 | 1 | -6/+7 |
* | loggingmanager, mod_posix: Replace the old inconsistent log formatting with t... | Waqas Hussain | 2017-09-10 | 1 | -11/+2 |
* | core: Allow select core modules to mutate some globals (needs luacheck 1.19) | Kim Alvefur | 2017-03-04 | 1 | -1/+1 |
* | loggingmanager,modulemanager,moduleapi: Ignore warning about accessing _G.unp... | Kim Alvefur | 2016-02-18 | 1 | -1/+2 |
* | loggingmanager: Import select() to fix global access | Matthew Wild | 2016-02-18 | 1 | -1/+1 |
* | loggingmanager: Stringify all arguments to format so we can finally see the *... | Kim Alvefur | 2016-02-04 | 1 | -5/+12 |
* | loggingmanager: Remove Windows hack, buffer_mode should fix this | Kim Alvefur | 2016-02-04 | 1 | -7/+0 |
* | loggingmanager: Write out timestamps in same write() call as everything else | Kim Alvefur | 2016-02-04 | 1 | -6/+5 |
* | loggingmanager: Make initial value for width of log name configurable | Kim Alvefur | 2016-02-04 | 1 | -1/+3 |
* | loggingmanager: Move logic for adaptive column width into file sink, append t... | Kim Alvefur | 2016-02-04 | 1 | -9/+11 |
* | loggingmanager: Refactor the console log sink to re-use the stdout sink which... | Kim Alvefur | 2016-02-04 | 1 | -74/+45 |
* | loggingmanager: Write out color code, log level and reset code in one call | Kim Alvefur | 2016-02-04 | 1 | -4/+2 |
* | loggingmanager: Don't reset default timestamp that is not changed by any othe... | Kim Alvefur | 2016-02-04 | 1 | -1/+0 |
* | loggingmanager: Call setvbuf on output files, defaulting to line-buffered, in... | Matthew Wild | 2016-02-04 | 1 | -3/+15 |
* | loggingmanager: Add prosody.log (intended to be used instead of _G.log now) | Matthew Wild | 2015-12-11 | 1 | -0/+1 |
* | core.*: Remove use of module() function | Kim Alvefur | 2015-02-21 | 1 | -4/+7 |
* | loggingmanager: Rename function arguments to avoid name conflict [luacheck] (... | Matthew Wild | 2015-05-18 | 1 | -8/+8 |
* | loggingmanager: Improve code structure (removes empty if branch) | Matthew Wild | 2015-04-03 | 1 | -9/+9 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -15/+15 |
* | core.*: Complete removal of all traces of the "core" section and section-rela... | Kim Alvefur | 2013-03-23 | 1 | -2/+2 |
* | core.loggingmanager: Don't create file log rules from [level] = "*sink" style... | Kim Alvefur | 2012-12-27 | 1 | -1/+1 |
* | loggingmanager: Remove unused variables | Matthew Wild | 2012-07-24 | 1 | -6/+4 |
* | loggingmanager, util.logger: Remove name sinks and the ability to filter logs... | Matthew Wild | 2012-03-15 | 1 | -28/+6 |
* | loggingmanager: Remove unused 'critical' level | Matthew Wild | 2011-11-22 | 1 | -1/+1 |
* | loggingmanager: Allow specifying a sink type in per-level logging config (tha... | Matthew Wild | 2011-02-13 | 1 | -7/+13 |
* | loggingmanager: Iterate over logging config rules using ipairs rather than pairs | Matthew Wild | 2011-02-13 | 1 | -1/+1 |
* | loggingmanager: Fix reading configuration of timestamps for console output. | Waqas Hussain | 2011-01-13 | 1 | -1/+1 |
* | loggingmanager: Re-read 'debug' option on reload. | Waqas Hussain | 2011-01-13 | 1 | -2/+2 |
* | loggingmanager: Remove event hook that never fired anyway, and held logfiles ... | Matthew Wild | 2011-01-11 | 1 | -6/+0 |
* | core.loggingmanager: Updated to use termcolours.getstyle instead of termcolou... | Waqas Hussain | 2010-12-15 | 1 | -4/+8 |
* | Monster whitespace commit (beware the whitespace monster). | Waqas Hussain | 2010-10-16 | 1 | -2/+2 |
* | core.loggingmanager: Logging config simplification - allow [level] = filename... | Matthew Wild | 2010-10-08 | 1 | -2/+20 |
* | loggingmanager: Remove (redundant!) dependency on eventmanager | Matthew Wild | 2010-08-03 | 1 | -1/+0 |
* | loggingmanager: Add reload_logging() method, which gets called on any config ... | Matthew Wild | 2010-07-14 | 1 | -11/+35 |
* | loggingmanager: Enable debug level for default console logging when 'debug' m... | Waqas Hussain | 2010-05-06 | 1 | -1/+1 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -3/+3 |
|\ |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | loggingmanager: Don't use non-standard format specifier to format the timestamp. | Waqas Hussain | 2010-03-22 | 1 | -1/+1 |
* | | loggingmanager: Trailing whitespace | Matthew Wild | 2010-02-11 | 1 | -6/+6 |
|/ |
|