Hi, i have a question regarding logging (i have an...
# ask-anything
d
Hi, i have a question regarding logging (i have an issue in github too but recommended to ask here). I was using ploomber to automate some jupyter notebooks analysis working flawlessly. The output and plots were rendering inside the cells, so everything ok.....until I added
log_output: True
in the pipeline.yaml and called the ploomber command with
ploomber build pipeline.yaml --log info --log-file experiment1.log
From this moment on, I could never go back to the "no logging" state. Removed all my changes but log still is filling up my notebook cells no matter what I do. Finally discovered that I should remove any other logging call inside the notebook but that makes no sense. What if I need a custom log file so I can write some messages to disk with no ploomber log polluting my cells?