QT Creator unwanted inSync messages in application output
-
I periodically get unwanted messages in the application output when using qtcreator:
17:14:17:517 INF: GetCommands Response: Action: OK, Status: 0, BasePath: C:\Users<elided>\inSync Share
17:14:17:517 INF: Folder:
17:14:17:517 INF: Get link, ID: 1
17:14:17:517 INF: Manage Collaborators, ID: 2
17:14:17:517 INF: Browse on inSync web, ID: 3
17:14:17:517 INF: File:
17:14:17:517 INF: Get link, ID: 1
17:14:17:517 INF: Browse on inSync web, ID: 2
17:14:17:517 INF: View previous versions, ID: 3
17:14:17:517 INF: Lock file, ID: 4
17:14:17:517 INF: Unlock file, ID: 5
17:14:17:518 INF: GetCaches Response: Action: OK, Status: 0
17:14:17:518 INF: Caches size: 3
17:14:17:538 INF: GetCache Response: Action: OK, Status: 0, Cookie: 0
17:14:17:548 INF: GetCache Response: Action: OK, Status: 0, Cookie: 0
17:14:17:558 INF: GetCache Response: Action: OK, Status: 0, Cookie: 0How do I get rid of this output from the application output window?
-
Hi,
Please provide exact Qt Creator version as well as Windows version.
-
@DFRM: Are you using https://www.druva.com/products/insync/file-sharing ?
-
@DFRM: just guessing: this software hooks into windows libraries to detect file changes and you see their debug messages in Creator. I remember we had a similar issue shortly (with another Software, but the same symptoms)
Is there a way to keep the application tab from jumping to the front when there is application output? The main annoyance with this being that I'll be looking through something on the search results tab or the issues tab, and this inSync message will come out and change the selected tab to the application output tab.
-
Is there a way to keep the application tab from jumping to the front when there is application output? The main annoyance with this being that I'll be looking through something on the search results tab or the issues tab, and this inSync message will come out and change the selected tab to the application output tab.
@DFRM said in QT Creator unwanted inSync messages in application output:
Is there a way to keep the application tab from jumping to the front when there is application output?
Tools/Options.../Build & Run and uncheck "Open Application Output pane on output when running".
-
@DFRM said in QT Creator unwanted inSync messages in application output:
Is there a way to keep the application tab from jumping to the front when there is application output?
Tools/Options.../Build & Run and uncheck "Open Application Output pane on output when running".
-
This post is deleted!