diff --git a/IPython/core/profileapp.py b/IPython/core/profileapp.py index cd48e73..4235789 100644 --- a/IPython/core/profileapp.py +++ b/IPython/core/profileapp.py @@ -207,6 +207,8 @@ class ProfileCreate(BaseIPythonApplication): description = create_help examples = _create_examples auto_create = Bool(True, config=False) + def _log_format_default(self): + return "[%(name)s] %(message)s" def _copy_config_files_default(self): return True