Skip to content

Commit

Permalink
IPython "WARNING" log level
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Jan 29, 2021
1 parent 55c979a commit ebc8b39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion startup/00-base.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ def in_prompt_tokens(self, cli=None):
(Token.Prompt, "]: "),
]


ip = get_ipython()
nslsii.configure_base(ip.user_ns, "srx")
ip.log.setLevel('WARNING')

nslsii.configure_olog(ip.user_ns)
ip.prompts = SRXPrompt(ip)

Expand Down

0 comments on commit ebc8b39

Please sign in to comment.