mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Hardcode the logstyle as json
Signed-off-by: JCW <a1q123456@users.noreply.github.com>
This commit is contained in:
@@ -693,6 +693,8 @@ Config::loadFromString(std::string const& fileContents)
|
||||
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_))
|
||||
{
|
||||
SWEEP_INTERVAL = beast::lexicalCastThrow<std::size_t>(strTemp);
|
||||
|
||||
Reference in New Issue
Block a user