diff --git a/src/xrpld/core/detail/Config.cpp b/src/xrpld/core/detail/Config.cpp index 7eb3a68a46..726721abd4 100644 --- a/src/xrpld/core/detail/Config.cpp +++ b/src/xrpld/core/detail/Config.cpp @@ -690,8 +690,7 @@ Config::loadFromString(std::string const& fileContents) if (getSingleSection(secConfig, SECTION_DEBUG_LOGFILE, strTemp, j_)) DEBUG_LOGFILE = strTemp; - if (getSingleSection(secConfig, SECTION_LOG_STYLE, strTemp, j_)) - LOG_STYLE = LogStyle::fromString(strTemp); + LOG_STYLE = LogStyle::Json; if (getSingleSection(secConfig, SECTION_SWEEP_INTERVAL, strTemp, j_)) {