Commit Graph

7 Commits

Author SHA1 Message Date
Brandon Kong
7ecb894632 Added log rotation feature and console/file logging config options (#161)
- Added log rotation feature, currently set to rotate for every 12h or if log file size exceeds 2 Gb. If the log directory exceeds 50 Gb, old log files will be deleted.
- Added config options for toggling console and file logging.
- Changed config options for log file storage, now writing log files to a directory instead of a single file.
- Added config options to allow specifying the log rotation size, log rotation interval, and log directory max size.
- Added detailed documentation in README.md regarding how to configure log rotation.
- Updated CMake install script to correctly set path in production mode

Co-authored-by: Brandon Kong <bkong@ripple.com>
2022-06-13 11:22:00 -05:00
CJ Cobb
7272af91f2 change port in example config to 51233 (#131) 2022-03-22 18:53:37 -04:00
CJ Cobb
b7ff84ad21 Remove postgres from example config (#129) 2022-03-22 18:47:06 -04:00
CJ Cobb
a731fef562 add log to file support 2021-09-21 15:19:30 -04:00
CJ Cobb
1dda8a16fe update readme with run instructions 2021-08-12 14:38:30 -04:00
CJ Cobb
56e81eb1d8 reorg 2021-08-02 15:54:37 -04:00
CJ Cobb
efa0dd5478 add example config 2021-06-23 16:55:52 +00:00