diff options
author | Kim Alvefur <zash@zash.se> | 2020-06-22 14:56:44 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-06-22 14:56:44 +0200 |
commit | f700fbd8f7efe68146c213a6e655bd7f336b5a06 (patch) | |
tree | 64350d7c2235737430f3050ed05fe579b8696976 | |
parent | 2246d11149bb1856482db444234f8b2e36c29736 (diff) | |
download | prosody-f700fbd8f7efe68146c213a6e655bd7f336b5a06.tar.gz prosody-f700fbd8f7efe68146c213a6e655bd7f336b5a06.zip |
util.startup: Remove duplicated initialization of logging (fix #1527)
-rw-r--r-- | util/startup.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/startup.lua b/util/startup.lua index 24ed6026..2a7e8a36 100644 --- a/util/startup.lua +++ b/util/startup.lua @@ -597,7 +597,6 @@ function startup.prosody() startup.sandbox_require(); startup.set_function_metatable(); startup.check_dependencies(); - startup.init_logging(); startup.load_libraries(); startup.setup_plugindir(); startup.setup_datadir(); |