Suppressing location information for @info in Jupyter notebook

You can get this behaviour (similar to the REPL) by calling

using Logging
global_logger(ConsoleLogger())

sometime before you execute @info.

2 Likes