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

Suppress QAbstractEventDispatcher blocking stdout #18

Open
ghost opened this issue Oct 8, 2018 · 1 comment
Open

Suppress QAbstractEventDispatcher blocking stdout #18

ghost opened this issue Oct 8, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 8, 2018

Hello,

I've set verbosity to 0 but I'm getting a very constant rapid std out like:

splash1_1 | 2018-10-08 22:49:09.819334 [QAbstractEventDispatcher] awake; block time: 0.0104
splash1_1 | 2018-10-08 22:49:09.819601 [QAbstractEventDispatcher] aboutToBlock
splash2_1 | 2018-10-08 22:49:09.819334 [QAbstractEventDispatcher] awake; block time: 0.0104
splash2_1 | 2018-10-08 22:49:09.819601 [QAbstractEventDispatcher] aboutToBlock
splash1_1 | 2018-10-08 22:49:09.829973 [QAbstractEventDispatcher] awake; block time: 0.0104
splash2_1 | 2018-10-08 22:49:09.829946 [QAbstractEventDispatcher] awake; block time: 0.0103
splash1_1 | 2018-10-08 22:49:09.830163 [QAbstractEventDispatcher] aboutToBlock
splash2_1 | 2018-10-08 22:49:09.830145 [QAbstractEventDispatcher] aboutToBlock

Is there a way to suppress this specific message?

@kmike
Copy link
Contributor

kmike commented Feb 5, 2019

these messages should only be there if verbosity is set to a very high number, please check your config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant