Added UI and basic monitoring

This commit is contained in:
Jamie Cash
2021-02-10 18:21:49 +00:00
parent 16d8a98609
commit ef28f80a85
14 changed files with 896 additions and 131 deletions
+11 -3
View File
@@ -13,17 +13,25 @@ formatters:
handlers:
console:
level: WARNING
level: INFO
class: logging.StreamHandler
formatter: brief
stream: ext://sys.stdout
file:
level: DEBUG
class: logging.handlers.RotatingFileHandler
formatter: precice
filename: debug.log
mode: a
maxBytes: 2560000
backupCount: 1
root:
level: DEBUG
handlers: [console]
handlers: [console, file]
loggers:
mt5-correlation:
level: DEBUG
handlers: [console]
handlers: [console, file]
propagate: 0