Flutter log prints thousands of verbose/spam logs.
I am trying to debug a complex app but flutter printing so much verbose that it is difficult for me to find things which i am printing myself.
Is there any way to disable Verbose?
Something like:
Logger.level.disable('verbose')
My platform:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, v1.12.13+hotfix.8, on Microsoft Windows [Version 10.0.18362.657], locale en-US)
[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
[√] VS Code, 64-bit edition (version 1.42.1)
[√] Connected USB device (1 available)

flutter runorCtrl+F5 (Run without Debugging in VS Code)it starts printing hundreds of line about device touch status and all kind of other stuff etc...