Skip to content

Commit 1a9242f

Browse files
committed
Don't warn as much for diagnostics
1 parent 18be90a commit 1a9242f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/diagnostics/diagnostic.jl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ function add_diagnostic_variable!(;
6262
"$(map(
6363
field -> "$(getfield(ALL_DIAGNOSTICS[short_name], field))",
6464
filter(field -> field != :compute!, fieldnames(DiagnosticVariable)),
65-
))"
65+
))",
66+
maxlog = 1,
67+
_id = Symbol(short_name)
6668
)
6769

6870
ALL_DIAGNOSTICS[short_name] = DiagnosticVariable(;

0 commit comments

Comments
 (0)