Skip to content
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

Quick Cleanup #1857

Merged
merged 1 commit into from
Jun 15, 2016
Merged

Quick Cleanup #1857

merged 1 commit into from
Jun 15, 2016

Conversation

ruflin
Copy link
Contributor

@ruflin ruflin commented Jun 14, 2016

I quick went through the TODO's and fixed the easy ones or removed unnecessary ones.

  • Remove debug log messages as it spams the log file. This happens every time an event or update is published

@ruflin ruflin added the review label Jun 14, 2016
I quick went through the TODO's and fixed the easy ones or removed unnecessary ones.

* Remove debug log messages as it spams the log file. This happens every time an event or update is published
@@ -164,9 +164,6 @@ def test_exclude_files(self):
lambda: self.output_has(lines=1),
max_timeout=15)

# TODO: Find better solution when filebeat did crawl the file
# Idea: Special flag to filebeat so that filebeat is only doing and
# crawl and then finishes
filebeat.check_kill_and_wait()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have we found a better solution? If not, let's move comment to def check_kill_and_wait.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@urso not yet, but we had the comment in at least 10 times. I still left it in once so we remember.

@urso urso merged commit 809872c into elastic:master Jun 15, 2016
@ruflin ruflin deleted the quick-cleanup branch June 15, 2016 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants