mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-05 01:36:51 +00:00
log to diff file from clio
This commit is contained in:
@@ -105,7 +105,7 @@ LogService::init(Config const& config)
|
||||
config.valueOr<uint64_t>("log_directory_max_size", 50u * 1024u) *
|
||||
1024u * 1024u;
|
||||
auto fileSink = boost::log::add_file_log(
|
||||
keywords::file_name = dirPath / "clio.log",
|
||||
keywords::file_name = dirPath / "clio_migrator.log",
|
||||
keywords::target_file_name = dirPath / "clio_%Y-%m-%d_%H-%M-%S.log",
|
||||
keywords::auto_flush = true,
|
||||
keywords::format = format,
|
||||
|
||||
Reference in New Issue
Block a user