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

Share whole log #12

Open
solvek opened this issue Apr 10, 2021 · 2 comments
Open

Share whole log #12

solvek opened this issue Apr 10, 2021 · 2 comments

Comments

@solvek
Copy link

solvek commented Apr 10, 2021

Very nice library

Is it possible to share whole log not just a record?

@TonyTangAndroid
Copy link
Owner

These library was not built in mind of sharing the whole DB as one log file. I have another library that will save the log into csv files that could suit your purpose in a better way. Check it out and see if it is something that you are looking for.
https://github.com/TonyTangAndroid/FileLogTree

@solvek
Copy link
Author

solvek commented Apr 17, 2021

Thanks. I did not see this library before.
The problem with this approach is that 1. I need to clean old files 2. If I share to user the most recent log file there can be case when this file is new and contains a little data.
So retreiveing top records from database would more convinient approach for me.

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

No branches or pull requests

2 participants