Skip to content

Commit 5df3fc8

Browse files
feat(FEMTools): call setup_logging! in init_workspace
1 parent 24a10a3 commit 5df3fc8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/FEMTools.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,8 @@ function init_workspace(problem, formulation, workspace)
640640

641641
opts = formulation.options
642642

643+
setup_logging!(opts.verbosity, opts.logfile)
644+
643645
# Handle existing results - check both current and archived
644646
results_dir = workspace.paths[:results_dir]
645647
base_dir = dirname(results_dir)

0 commit comments

Comments
 (0)