Conversation
Evanito
left a comment
There was a problem hiding this comment.
Thanks for contributing!
Could you list in the documentation all the lines that get compacted? So users know what they are getting into.
Would also be awesome (but I don't expect) if this could be done entirely on the webpage's end, so that you could toggle this using the html settings.
I'll test the code then get back to you.
|
At the moment there is only one message which will printed to currency section: "Not lending due to rate below ..." I decided to implement it in log module and to write messages to another position in json log when option is enabled. It was easier to implement (for me) and it gives the possibility to enhance it in future and also to implement dependences between different log events. (For example: Log message "Not lending due to rate below ..." will be removed when a followed order is successfully placed.) |
New option
jsonlogcompactenables to log frequent repeated log messages (like "Not lending due to rate below ...") to currency web page section instead of appending to log list. If enabled only last message is displayed.Types of changes
Checklist: