Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop log level to info for Qt console shutdown #5807

Merged
merged 1 commit into from May 8, 2014

Conversation

takluyver
Copy link
Member

At present, shutting down the Qt console displays this message in the terminal:

[IPythonQtConsoleApp] WARNING | shutdown: {'status': 'ok', 'restart': False}

I don't think this needs to be a warning - it's responding correctly to a user action. Info messages are not shown by default, so this change silences the message in the default case.

@takluyver takluyver added this to the 2.1 milestone May 7, 2014
minrk added a commit that referenced this pull request May 8, 2014
Drop log level to info for Qt console shutdown
@minrk minrk merged commit 7886732 into ipython:master May 8, 2014
@minrk
Copy link
Member

minrk commented May 8, 2014

High log level was probably left over from debugging this, since the shutdown sequence of the qtconsole is an elaborate nightmare of messages and events.

minrk added a commit that referenced this pull request May 8, 2014
At present, shutting down the Qt console displays this message in the terminal:

```
[IPythonQtConsoleApp] WARNING | shutdown: {'status': 'ok', 'restart': False}
```

I don't think this needs to be a warning - it's responding correctly to a user action. Info messages are not shown by default, so this change silences the message in the default case.
mattvonrocketstein pushed a commit to mattvonrocketstein/ipython that referenced this pull request Nov 3, 2014
…level

Drop log level to info for Qt console shutdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants