TestWrappers (manual) problem with logs

Issue #373 resolved
Desrever Nu created an issue
16:45:31.193 c.n.n.o.ParseOptions 381 WARN  - You are using the "spread" != 0 , which is not reccomented by Nu developers for purposes different from testing.
16:45:31.194 c.n.n.t.TestWrappers 60 INFO  - using key: DWA3ODXR-44CQK6YQ-G1TZSVGN-R5JUGY3K
16:45:31.194 c.n.n.t.TestWrappers 61 INFO  - config exchange Poloniex
16:45:31.199 c.n.n.e.ExchangeFacade 127 INFO  - get exchange interface for Poloniex
16:45:31.206 c.n.n.t.TaskManager 74 INFO  - setting up tasks
16:45:31.210 c.n.n.t.TaskManager 79 INFO  - checkConnectionTask : com.nubits.nubot.tasks.BotTask@631330c
16:45:31.213 c.n.n.t.SubmitLiquidityinfoTask 74 ERROR - error creating file null/orders_history.json java.io.IOException: No such file or directory
16:45:31.214 c.n.n.u.FileSystem 83 ERROR - java.io.FileNotFoundException: null/orders_history.json (No such file or directory)
16:45:31.215 c.n.n.t.SubmitLiquidityinfoTask 89 ERROR - error creating file null/orders_history.json java.io.IOException: No such file or directory
16:45:31.215 c.n.n.u.FileSystem 83 ERROR - java.io.FileNotFoundException: null/balance_history.json (No such file or directory)
16:45:31.215 c.n.n.t.SubmitLiquidityinfoTask 103 ERROR - error creating file null/orders_history.csv  java.io.IOException: No such file or directory
16:45:31.216 c.n.n.u.FileSystem 75 ERROR - java.io.FileNotFoundException: null/orders_history.csv (No such file or directory)
16:45:31.216 c.n.n.t.TaskManager 84 INFO  - sendLiquidityTask : com.nubits.nubot.tasks.BotTask@c46bcd4
16:45:31.221 c.n.n.t.TaskManager 90 INFO  - strategyFiatTask : com.nubits.nubot.tasks.BotTask@c46bcd4

Comments (2)

  1. Benjamin Cordes

    Global has this variable, which is not set. in production its assigned via logback. here it could be set manually

    ` public static String sessionLogFolders;´

  2. Log in to comment