DataForger
02/03/2023, 8:22 AMlog_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?