# HG changeset patch # User Matthew Wild # Date 1294785641 0 # Node ID 339b909c15a01ceb7339e0436405a09240b047c7 # Parent 7ffc6828a6d67dfe3688c330abb7ad82cea7fc7d# Parent b42ca82b0ea4076772146d7a3beffeb5ccabdf24 Merge 0.8->trunk diff -r 7ffc6828a6d6 -r 339b909c15a0 core/loggingmanager.lua --- a/core/loggingmanager.lua Tue Jan 11 06:18:51 2011 +0000 +++ b/core/loggingmanager.lua Tue Jan 11 22:40:41 2011 +0000 @@ -266,12 +266,6 @@ 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