traitlets icon indicating copy to clipboard operation
traitlets copied to clipboard

docs: document `log` trait on `Application` class

Open dlqqq opened this issue 3 years ago • 0 comments

The docs for the Application class don't mention the default value of the log trait on Application to be a Logger instance named with self.__class__.__name__. I had to dig through the code to find the line where this default is set. Can we update the documentation here accordingly?

dlqqq avatar Jul 06 '22 00:07 dlqqq