##// END OF EJS Templates
add `log_level` to base app aliases...
MinRK -
Show More
@@ -54,6 +54,7 b' from IPython.utils.traitlets import List, Unicode, Type, Bool, Dict'
54 base_aliases = dict(
54 base_aliases = dict(
55 profile='BaseIPythonApplication.profile',
55 profile='BaseIPythonApplication.profile',
56 ipython_dir='BaseIPythonApplication.ipython_dir',
56 ipython_dir='BaseIPythonApplication.ipython_dir',
57 log_level='Application.log_level',
57 )
58 )
58
59
59 base_flags = dict(
60 base_flags = dict(
General Comments 0
You need to be logged in to leave comments. Login now