Skip to content
Snippets Groups Projects
Unverified Commit 037b54a7 authored by fireice-uk's avatar fireice-uk Committed by GitHub
Browse files

Merge pull request #2247 from psychocrypt/topic-logLvl4default

log level 4 as default
parents cc2a683f ae4fc34b
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ R"===(// generated by XMRSTAK_VERSION
*
* print_motd - Display messages from your pool operator in the hashrate result.
*/
"verbose_level" : 3,
"verbose_level" : 4,
"print_motd" : true,
/*
......@@ -42,7 +42,7 @@ R"===(// generated by XMRSTAK_VERSION
* h_print_time - How often, in seconds, should we print a hashrate report if verbose_level is set to 4.
* This option has no effect if verbose_level is not 4.
*/
"h_print_time" : 60,
"h_print_time" : 300,
/*
* Manual hardware AES override
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment