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 | bd36651336dcfd19229d8ce9ec96c0b000608803 (patch) | |
tree | 64350d7c2235737430f3050ed05fe579b8696976 | |
parent | 28f0267645821b58d98288e91201f9f29095ebed (diff) | |
download | prosody-bd36651336dcfd19229d8ce9ec96c0b000608803.tar.gz prosody-bd36651336dcfd19229d8ce9ec96c0b000608803.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(); |