##// END OF EJS Templates
exclude log-level from ProfileCreate output
MinRK -
Show More
@@ -207,6 +207,8 b' class ProfileCreate(BaseIPythonApplication):'
207 207 description = create_help
208 208 examples = _create_examples
209 209 auto_create = Bool(True, config=False)
210 def _log_format_default(self):
211 return "[%(name)s] %(message)s"
210 212
211 213 def _copy_config_files_default(self):
212 214 return True
General Comments 0
You need to be logged in to leave comments. Login now