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 | 7448c5c1b181055cabbe707c2deb9e4b575df507 (patch) | |
tree | 64350d7c2235737430f3050ed05fe579b8696976 /util | |
parent | 396ae378944abc3981024617ae87605974364335 (diff) | |
download | prosody-7448c5c1b181055cabbe707c2deb9e4b575df507.tar.gz prosody-7448c5c1b181055cabbe707c2deb9e4b575df507.zip |
util.startup: Remove duplicated initialization of logging (fix #1527)
Diffstat (limited to 'util')
-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(); |