riga / law

Build large-scale task workflows: luigi + job submission + remote targets + environment sandboxing using Docker/Singularity
http://law.readthedocs.io
BSD 3-Clause "New" or "Revised" License
98 stars 41 forks source link

Add more logs. #74

Open riga opened 5 years ago

riga commented 5 years ago

Way more logs are required to get a sense of what is happening in the background if required. Therefore, most of the logs might have DEBUG level, but certainly some should also have INFO and above.

choucavalier commented 1 year ago

Have you considered using loguru? Makes logging quite straightforward

riga commented 1 year ago

Looks good! However, so far I've been hesitating to depend too much on other libraries in the law core for two reasons: