traitlets
traitlets copied to clipboard
docs: document `log` trait on `Application` class
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?