From afc1c74ab2e73a7b17cb73ced9f2a43b27217c24 2013-09-04 20:01:07 From: MinRK Date: 2013-09-04 20:01:07 Subject: [PATCH] exclude log-level from ProfileCreate output --- 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