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

Log persistency #32

Merged
merged 1 commit into from
Sep 8, 2024
Merged

Conversation

seionmoya
Copy link
Collaborator

  • Added append writing
  • Added writing logged text to file

The first one is a bit more complex due to multiple threads potentially accessing the same file.
In order to preserve performance, I made a simple locking system to only lock when required.

@seionmoya seionmoya added enhancement New feature or request backend Related to Fuyu.Backend labels Sep 8, 2024
@seionmoya seionmoya self-assigned this Sep 8, 2024
@seionmoya seionmoya merged commit 0deece8 into project-fika:main Sep 8, 2024
1 check passed
@seionmoya seionmoya deleted the log-persistency branch September 8, 2024 10:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to Fuyu.Backend enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant