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

Add support for v3 binlogs #126

Closed
sindrehan opened this issue May 8, 2023 · 1 comment · Fixed by #141
Closed

Add support for v3 binlogs #126

sindrehan opened this issue May 8, 2023 · 1 comment · Fixed by #141
Labels
enhancement New feature or request
Milestone

Comments

@sindrehan
Copy link
Member

sindrehan commented May 8, 2023

Since Blunux v3.0.47 all new logs are stored in a protobuf encoded binary format. These logs are listed at http://192.168.1.101/logs instead of the old http://192.168.1.101/logcsv.

The Logs class needs to be altered to check both endpoints, and since the logs-endpoint does not return the initial timestamp for the logs in the json response, so we need to rework the formatter as well.

@sindrehan sindrehan added the enhancement New feature or request label May 8, 2023
@sindrehan sindrehan added this to the v2.0 milestone May 9, 2023
@sindrehan
Copy link
Member Author

Fixed in #141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant