Commit Graph

8 Commits

Author SHA1 Message Date
allegroai
8f65f28d58 Fix Logger.report_text() on Task created using Task.created() was not supported 2020-11-25 10:55:10 +02:00
allegroai
a3ad6a0e50 Add config sdk.development.worker.console_cr_flush_period 2020-11-22 01:15:35 +02:00
allegroai
6e012cb205 Add Task.init auto_connect_streams controlling stdout/stderr/logging capture. Issue #181 2020-11-20 15:50:38 +02:00
allegroai
a8d6380696 Add offline support using Task.set_offline() and Task.import_offline_session() 2020-07-30 15:03:22 +03:00
allegroai
5ec4d80493 Disconnect stdout/stderr logger on exit 2020-04-09 12:31:43 +03:00
allegroai
07daf8f5e6 Fix logger sometimes getting stuck at end of experiment 2020-04-09 12:05:56 +03:00
allegroai
888c53f67d Allow disabling repository detection when calling Task.init() 2020-03-05 12:19:40 +02:00
allegroai
0b4f00af4d Restructured Logger with nice clean interface.
Breaking changes: Logger no longer supports info/error/warning console() replaced with report_text()
2019-09-23 18:40:13 +03:00