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.
1 parent 6375cd3 commit d542080Copy full SHA for d542080
1 file changed
traitlets/config/application.py
@@ -215,7 +215,8 @@ def _classes_inc_parents(
215
_log_formatter_cls = LevelFormatter
216
217
log_datefmt = Unicode(
218
- "%Y-%m-%d %H:%M:%S", help="The date format used by logging formatters for %(asctime)s"
+ "%Y-%m-%d %H:%M:%S",
219
+ help="The date format used by logging formatters for `asctime`",
220
).tag(config=True)
221
222
log_format = Unicode(
0 commit comments