Github user jerrypeng commented on a diff in the pull request:
https://github.com/apache/storm/pull/957#discussion_r48045895
--- Diff: docs/documentation/Logs.md ---
@@ -19,12 +19,12 @@ locates at ${storm.log.dir}/logs/workers-artifacts.
Daemon and worker logs are allowed to view and download through Storm UI
by authorized users.
To improve the debugging of Storm, we provide the Log Search feature.
-Log Search supports searching in a certain log file or in a topology's all
log files:
+Log Search supports searching in a certain log file or in all of a
topology's log files:
-String search in a log file: In the log page for a worker, a user can
search a certain string, e.g., "Exception", in for a certain worker log. This
search can happen for both normal text log or rolled ziplog files. In the
results, the offset and matched lines will be displayed.
+String search in a log file: In the log page for a worker, a user can
search a certain string, e.g., "Exception", in for a certain worker log. This
search can happen for both normal text log or rolled zip log files. In the
results, the offset and matched lines will be displayed.
--- End diff --
remove "for" in "in for a certain worker log"
log->logs in "This search can happen for both normal text log"
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---