Improved readme and added some customisation options in correlation calculation

This commit is contained in:
Jamie Cash
2021-02-05 12:08:14 +00:00
parent a9b65f95c3
commit 16d8a98609
5 changed files with 152 additions and 37 deletions
+2 -18
View File
@@ -18,28 +18,12 @@ handlers:
formatter: brief
stream: ext://sys.stdout
file-debug:
level: DEBUG
class: logging.handlers.RotatingFileHandler
formatter: precice
filename: log\mt5-correlation-debug.log
mode: a
maxBytes: 2560000 # Max allowed for code insight features of PyCharm
backupCount: 2
file-info:
level: INFO
class: logging.FileHandler
formatter: precice
filename: log\mt5-correlation-info.log
mode: a
root:
level: DEBUG
handlers: [console, file-info, file-debug]
handlers: [console]
loggers:
mt5-correlation:
level: DEBUG
handlers: [console, file-info, file-debug]
handlers: [console]
propagate: 0