Application: add logging_config trait#698
Conversation
|
Hi @oliver-sanders, it looks like the switch to using The recommended way to handle this is to: Run Black on modified files, keep a copy aside, start a new branch from "main", move the modified files back into place, and commit the result. |
|
Ok, that should do it, have kept a copy of the original branch for reference - https://github.com/ipython/traitlets/compare/main...oliver-sanders:688.20220411T1120?expand=1 |
blink1073
left a comment
There was a problem hiding this comment.
This is great, thank you!
|
Looks like another doctest skip is needed: |
* Closes ipython#688 * Allows fine configuration of logging via a `logging.config.dictConfig`. * Changes the default log level from WARN to DEBUG and the default log handler level from undefined to WARN.
for more information, see https://pre-commit.ci
Test was failing in CI because numpy dependency would be needed, added skips for now. |
|
Thanks again! The downstream failure is being handled in #701 |
|
I think this might have broken some things: #722 I'll try to dive into this today/tomorrow. |
Closes #688
Allows fine configuration of logging via a
logging.config.dictConfig, useful for configuring additional log handlers/formatters and advanced logging setups.