-
Notifications
You must be signed in to change notification settings - Fork 30.5k
[go_router] Unable to turn off logging #99115
Copy link
Copy link
Closed
flutter/packages
#2222Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: go_routerThe go_router packageThe go_router packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: go_routerThe go_router packageThe go_router packagepackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.r: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Type
Fields
Give feedbackNo fields configured for issues without a type.
copied from csells/go_router#280
I am using v 2.5.7 and I see messages like this in the print log of my flutter app:
INFO: GoRouter: getting location for name: "tab", params: {tabid: 1}
I searched in my code and I am sure I am not logging this. I have also set debugLogDiagnostics:false, while creating GoRouter.
How can I turn it off?