SubmitLiquidityinfoTask errors with logging

Issue #381 resolved
Desrever Nu created an issue

Running nubot it throws these exceptions

10:17:47.025 c.n.n.t.SubmitLiquidityinfoTask 75 ERROR - error creating file logs/current/20150324T101702/orders_history.json java.io.IOException: No such file or directory
10:17:47.026 c.n.n.u.FileSystem 83 ERROR - java.io.FileNotFoundException: logs/current/20150324T101702/orders_history.json (No such file or directory)
10:17:47.026 c.n.n.t.SubmitLiquidityinfoTask 90 ERROR - error creating file logs/current/20150324T101702/orders_history.json java.io.IOException: No such file or directory
10:17:47.026 c.n.n.u.FileSystem 83 ERROR - java.io.FileNotFoundException: logs/current/20150324T101702/balance_history.json (No such file or directory)
10:17:47.027 c.n.n.t.SubmitLiquidityinfoTask 104 ERROR - error creating file logs/current/20150324T101702/orders_history.csv  java.io.IOException: No such file or directory
10:17:47.027 c.n.n.u.FileSystem 75 ERROR - java.io.FileNotFoundException: logs/current/20150324T101702/orders_history.csv (No such file or directory)

Comments (2)

  1. Benjamin Cordes

    solved with by adding following in testwrappers

    Global.sessionLogFolders = Settings.TEST_LOGFOLDER;

  2. Log in to comment