There's an internal doc on this topic, but the goal is to move our logs to a separate file, flutter.log. This should hopefully: - Make logging easier to see and understand during development - Make logging more useful for debugging user issues that are reported to us but hard to reproduce Original change to add file: https://github.com/flutter/flutter-intellij/pull/8253 Migrating files that use logs: - https://github.com/flutter/flutter-intellij/pull/8320 - https://github.com/flutter/flutter-intellij/pull/8322 - https://github.com/flutter/flutter-intellij/pull/8339, https://github.com/flutter/flutter-intellij/pull/8341 - Further migrations will probably just refer to this issue.