Gekko Forum
CLI Information mute - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Technical Support (https://forum.gekko.wizb.it/forum-19.html)
+--- Thread: CLI Information mute (/thread-57246.html)



CLI Information mute - Kris191 - 06-06-2018

Hi all,

is there a way to mute the trade ticks in CLI and just have it post advice, errors and trades?

Thanks


RE: CLI Information mute - crypto49er - 06-23-2018

Setting config.debug to false in the General Settings section of the config file should do the trick.


RE: CLI Information mute - Kris191 - 06-23-2018

Thank you will that mute all the tick and still show trades or just mute it all?


RE: CLI Information mute - crypto49er - 06-23-2018

The trades are logged under "info", so they should still show up. You need to enable config.adviceLogger in the config file if it isn't enabled already.


RE: CLI Information mute - Kris191 - 06-24-2018

Thank you it works, it also taught me that if i need something to show as info all i need to change is log.debug to log.info and it keeps the console clean.

thank you


RE: CLI Information mute - crypto49er - 06-24-2018

You're welcome. I just figured this out for myself recently.