mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #107] Clearing of logs #63
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @richard-underwood on GitHub (Aug 24, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/107
Hi - I need to make sure that logs can't be cleared too easily. I was thinking of implementing two new options (allowclearlogs allowrotatelogs) and then have a rotate logs button which would export the json to a file in a logs directory on the server. There could be a drop-down on the logs page to view rotated logs. Rotated log files could then be cleared up with standard logrotate (etc.) or backed up for compliance.
I'm happy to make the changes for this, but is this something which fits in with the roadmap, or would it conflict with other plans?
@tuxis-ie commented on GitHub (Aug 24, 2016):
Great idea!
Maybe directly implement a cron-like thingy? So a rotate could be automatically done upon a hit?
@tuxis-ie commented on GitHub (Sep 13, 2016):
Merged!