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 disk quota for iOS #49

Merged
merged 4 commits into from
Feb 16, 2023
Merged

Fix disk quota for iOS #49

merged 4 commits into from
Feb 16, 2023

Conversation

F462
Copy link
Contributor

@F462 F462 commented Dec 1, 2022

The default disk quota for CocoaLumberjack is 20MB.
This can cause the logging to be smaller than expected. For example, when the logging is set to 10 files with 4MB each, only 5 files are created on iOS.

To avoid this additional constraint, the disk quota is disabled in this change.

F462 and others added 4 commits February 14, 2023 20:46
The default disk quota for CocoaLumberjack is 20MB.
This can cause the logging to be smaller than expected.
To avoid this additional constraint, it is disabled in this commit.
@fdrault
Copy link
Member

fdrault commented Feb 16, 2023

Nice catch !

Sorry for the long wait.
I added an action button to test this in the "example" app.

@fdrault fdrault merged commit 4f5a6e9 into BeTomorrow:master Feb 16, 2023
@fdrault
Copy link
Member

fdrault commented Feb 17, 2023

Landed in v0.5.1 🚀
Since it is an important bug fix, I also published v0.4.1 for RN < 0.71

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.

3 participants