fast-aircraft-design / FAST-OAD

FAST-OAD: An open source framework for rapid Overall Aircraft Design
GNU General Public License v3.0
51 stars 25 forks source link

Better management of log messages #242

Open christophe-david opened 3 years ago

christophe-david commented 3 years ago

FAST-OAD currently issues all its log messages on terminal output, which can confuse users, and make important messages less visible.

A proper log file should now be implemented.

christophe-david commented 1 year ago

In Jupyter lab, we should explore how message from logging could be redirected to log console.

christophe-david commented 1 year ago

In CLI, a log file should be created when the proper option is activated.