We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5df3fc8 commit 5913bceCopy full SHA for 5913bce
1 file changed
src/FEMTools/utilities.jl
@@ -178,7 +178,7 @@ end
178
# 5 Full internal tracing
179
function map_verbosity_to_getdp(verbosity::Int)
180
if _is_headless() # Prevent huge logs in CI/CD deploys
181
- @warn "Running in headless mode, suppressing GetDP output"
+ @info "Running in headless mode, suppressing GetDP output"
182
return 0 # Gmsh Silent level
183
elseif verbosity >= 2 # Debug
184
return 4 # GetDP Debug level
@@ -200,7 +200,7 @@ end
200
# 99 Debug
201
function map_verbosity_to_gmsh(verbosity::Int)
202
203
- @warn "Running in headless mode, suppressing Gmsh output"
+ @info "Running in headless mode, suppressing Gmsh output"
204
205
206
return 99 # Gmsh Debug level
0 commit comments