From 9b03c037f8434e389f80edeef84ad3776dceccf5 Mon Sep 17 00:00:00 2001 From: BenDr0id Date: Thu, 16 Aug 2018 13:35:19 +0200 Subject: [PATCH] cleanup --- CHANGELOG.md | 1 + README.md | 1 + src/Options.cpp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8daa17f..16b2eb88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Refactoring of remote logging feature: #143 - Only deltas will be send to the XMRigCCServer - Fetching miner log on dashboard upon need + - Maximum lines of log history kept per miner can be configured on XMRigCCServer - Fix correct hugepages status on Dashboard - Fix cpu affinity for single thread usage # 1.6.5 diff --git a/README.md b/README.md index 167c0ecd..cd47375a 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ xmrigCCServer --cc-port=3344 --cc-user=admin --cc-pass=pass --cc-access-token=SE --cc-key-file=FILE when tls is turned on, use this to point to the right key file (default: server.key) --cc-client-config-folder=FOLDER Folder contains the client config files --cc-custom-dashboard=FILE loads a custom dashboard and serve it to '/' + --cc-client-log-lines-history=N maximum lines of log history kept per miner (default: 100) --no-color disable colored output -S, --syslog use system log for output messages -B, --background run the miner in the background diff --git a/src/Options.cpp b/src/Options.cpp index 464499a8..d65a3a96 100644 --- a/src/Options.cpp +++ b/src/Options.cpp @@ -111,7 +111,7 @@ Options:\n" --cc-use-tls enable tls encryption for CC communication\n\ --cc-cert-file=FILE when tls is turned on, use this to point to the right cert file (default: server.pem) \n\ --cc-key-file=FILE when tls is turned on, use this to point to the right key file (default: server.key) \n\ - --client-log-lines-history=N maximum lines of log history kept per miner \n\ + --cc-client-log-lines-history=N maximum lines of log history kept per miner (default: 100)\n\ --cc-client-config-folder=FOLDER Folder contains the client config files\n\ --cc-custom-dashboard=FILE loads a custom dashboard and serve it to '/'\n" # endif