diff options
author | Matthew Wild <mwild1@gmail.com> | 2011-01-11 22:40:41 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2011-01-11 22:40:41 +0000 |
commit | dde898cca7be5861443d00d76fe0a73d2f33b042 (patch) | |
tree | 5bb39e0385de7c74baa32e01eb45a4793edf001b /core/loggingmanager.lua | |
parent | cb32b466ed75d41a56e9ba5959697c326b84f8cf (diff) | |
parent | ddde44eb046ea134888b93df74021a521b737d8a (diff) | |
download | prosody-dde898cca7be5861443d00d76fe0a73d2f33b042.tar.gz prosody-dde898cca7be5861443d00d76fe0a73d2f33b042.zip |
Merge 0.8->trunk
Diffstat (limited to 'core/loggingmanager.lua')
-rw-r--r-- | core/loggingmanager.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/core/loggingmanager.lua b/core/loggingmanager.lua index 40b96d52..0e0ae862 100644 --- a/core/loggingmanager.lua +++ b/core/loggingmanager.lua @@ -266,12 +266,6 @@ function log_sink_types.file(config) end local write, flush = logfile.write, logfile.flush; - prosody.events.add_handler("logging-reloading", function () - if logfile then - logfile:close(); - end - end); - local timestamps = config.timestamps; if timestamps == nil or timestamps == true then |