Open garrettwrong opened 1 week ago
Little update. Attempting to override sphinx gallery's logging level did not fix the problem of log messages not rendering in the tutorials.
Setting the logger in the same code block as the logging call did get the messages to render, but that would be a messy fix. Maybe we should just migrate to print
.
It appears log lines in our Gallery may not be rendered correctly. Found in files below. Investigate if it is possible to fix the standard logging, or migrate toward print.
_Originally posted by @j-c-c in https://github.com/ComputationalCryoEM/ASPIRE-Python/pull/1201#discussion_r1831283216_