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

fix: tail logs from end of log file #1339

Merged
merged 5 commits into from Sep 20, 2023
Merged

fix: tail logs from end of log file #1339

merged 5 commits into from Sep 20, 2023

Conversation

tedim52
Copy link
Contributor

@tedim52 tedim52 commented Sep 19, 2023

Description:

Before, tail logs would spit out all the log lines again because default tails from the beginning. Now, tailing logs will start at the end of the log file which is the desired behavior.

Is this change user facing?

YES

@tedim52 tedim52 enabled auto-merge (squash) September 20, 2023 15:34
@tedim52 tedim52 merged commit b8d5816 into main Sep 20, 2023
30 checks passed
@tedim52 tedim52 deleted the tedi/follow-logs branch September 20, 2023 15:47
h4ck3rk3y pushed a commit that referenced this pull request Sep 21, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.83.5](0.83.4...0.83.5)
(2023-09-21)


### Features

* add service details to EM UI
([#1352](#1352))
([2ccd98d](2ccd98d))
* added ability to lint Starlark packages
([#1360](#1360))
([f4a072c](f4a072c)),
closes [#1228](#1228)
* Support YAML as Package param
([#1350](#1350))
([e33bfe6](e33bfe6))


### Bug Fixes

* tail logs from end of log file
([#1339](#1339))
([b8d5816](b8d5816))
* warn instead of failing for json log line parse error
([#1336](#1336))
([44b2820](44b2820))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants