We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@info
1 parent 5a3dfd2 commit 3669f9aCopy full SHA for 3669f9a
src/common/logging.jl
@@ -1 +1,8 @@
1
using Logging
2
+
3
+function meta_formatter(level::LogLevel, args...)
4
+ color = Logging.default_logcolor(level)
5
+ Info == level && return color, "", ""
6
+ Logging.default_metafmt(level, args...)
7
+end
8
+global_logger(ConsoleLogger(stdout, Info; meta_formatter))
0 commit comments