Mercurial > prosody-hg
diff util/startup.lua @ 10947:801b9d5957a6 0.11
util.startup: Remove duplicated initialization of logging (fix #1527)
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 22 Jun 2020 14:56:44 +0200 |
| parents | dbd60f473164 |
| children | bebb384090b0 5691b9773c5b |
line wrap: on
line diff
--- a/util/startup.lua Sun Jun 21 19:20:54 2020 +0200 +++ b/util/startup.lua Mon Jun 22 14:56:44 2020 +0200 @@ -597,7 +597,6 @@ startup.sandbox_require(); startup.set_function_metatable(); startup.check_dependencies(); - startup.init_logging(); startup.load_libraries(); startup.setup_plugindir(); startup.setup_datadir();
