-
Notifications
You must be signed in to change notification settings - Fork 19
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
[Logs] Cleaning code from debug logs #108
[Logs] Cleaning code from debug logs #108
Conversation
This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of flutter-tizen#101
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good! 😄
Don't we need to implement the |
@swift-kim at first I didn't understand that the implementation is missing. Please check if my latest commit meets your expectations. |
@pkosko Yes, I was expecting that kind of thing as a prerequisite. Thank you for understanding. You may just rename |
All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to flutter-tizen#101
b9adc91
to
e831358
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM. Thanks!
24f953c
to
d716883
Compare
* remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of flutter-tizen#101
6459aa3
to
2c995a2
Compare
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * Fixes after review * Review fixes 2 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * Fixes after review * Review fixes 2 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * Fixes after review * Review fixes 2 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * Fixes after review * Review fixes 2 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level This commit is a part of #101 * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console Related to #101 * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW This commit is a part of #101 * Review fixes
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW
* [Logs] Cleaning code from debug logs This commit: * removes redundant debug logs * changes some valuable debug logs into LOGI level * changes some logs to LOGW level * [Logging] Added verbose-system-logs handling All logs are filtered via flag usage: * flutter-tizen run --verbose-system-logs all logs are visible in flutter console, including INFO * flutter-tizen run only ERROR logs are visible in console * [Logs] Clean remaining LOGD from code * remove some redundant logs * change some meaningful logs to LOGI or LOGW
This commit:
This commit does the work needed for #101