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 ddb21a9 commit 3f14fa3Copy full SHA for 3f14fa3
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