Substra / substra

Low-level Python library used to interact with a Substra network

Home Page:https://docs.substra.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When running the titanic example the log files are empty

samlesu opened this issue · comments

I would expect to have the logs displayed on the screen to be written on the log files.

For instance, the following lines are displayed but the log file is empty:

substratools.utils - Module 'opener' loaded from path 'assets/dataset/opener.py'
substratools.opener - loading X from '['assets/train_data_samples/data_sample_5', 'assets/train_data_samples/data_sample_2', 'assets/train_data_samples/data_sample_3', 'assets/train_data_samples/data_sample_4', 'assets/train_data_samples/data_sample_8', 'assets/train_data_samples/data_sample_1', 'assets/train_data_samples/data_sample_6', 'assets/train_data_samples/data_sample_7', 'assets/train_data_samples/data_sample_0', 'assets/train_data_samples/data_sample_9']'
substratools.algo - loading models from 'assets/model/'
substratools.algo - launching predict task
substratools.opener - saving predictions to 'assets/pred-train.csv'

@samlesu isn't this a substra-tools issue?

Since this is linked to the run-local command that will soon be removed in favor of the new debug mode, I'll close this.