Skip to content

Commit 6e35bb9

Browse files
committed
Hardcode the log style as json
Signed-off-by: JCW <[email protected]>
1 parent 276c021 commit 6e35bb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/xrpld/core/detail/Config.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,7 @@ Config::loadFromString(std::string const& fileContents)
690690
if (getSingleSection(secConfig, SECTION_DEBUG_LOGFILE, strTemp, j_))
691691
DEBUG_LOGFILE = strTemp;
692692

693-
if (getSingleSection(secConfig, SECTION_LOG_STYLE, strTemp, j_))
694-
LOG_STYLE = LogStyle::fromString(strTemp);
693+
LOG_STYLE = LogStyle::Json;
695694

696695
if (getSingleSection(secConfig, SECTION_SWEEP_INTERVAL, strTemp, j_))
697696
{

0 commit comments

Comments
 (0)