-
Notifications
You must be signed in to change notification settings - Fork 6
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
TracyHandler: delete local file after upload #9
TracyHandler: delete local file after upload #9
Conversation
The reason the files are kept locally is to prevent duplicate bluescreens from being uploaded ( |
00e9b74
to
5cd32b2
Compare
Makes sense. I have changed it so that:
|
5cd32b2
to
b503d7d
Compare
b503d7d
to
4b1a412
Compare
Thank you. I fixed few minor issues (clock usage, consistent UTC usage, |
Thanks Honzo for polishing and release!
…On Mon Aug 5, 2024, 08:28 PM GMT, Jan Tvrdík ***@***.***> wrote:
Thank you. I fixed few minor issues (clock usage, consistent UTC usage, ! to force reset time to 00:00, ...) and merged it.
—
Reply to this email directly, view it on GitHub <#9 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABAVVAX7LE6UD2C3HXXCB53ZP7N63AVCNFSM6AAAAABLQCQD5SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENRZHA3DAMBQGM>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I have encountered a problem that log directory used all the space on the machine. It doesn't make sense for me to store files locally if the file is uploaded. I have added an option (
$removeUploads
) to preserve current behavior, but the default is to delete local file.