Rocket.Chat.Apps-engine icon indicating copy to clipboard operation
Rocket.Chat.Apps-engine copied to clipboard

Prune Old Logs

Open graywolf336 opened this issue 6 years ago • 1 comments

Auto prune logs for Apps after an extended amount of time.

graywolf336 avatar May 25 '18 20:05 graywolf336

We've discussed about two potential solutions for this:

  • Making this a responsibility of the host system, in this case Rocket.Chat - this way, Rocket.Chat will have to handle this kind of pruning and log managing, maybe even allowing the administrator to manually prune logs via the UI.
  • Making this a responsibility of the App itself - this way, apps would be able to implement their own log management rules. Of course, to do this, we'd need to enable them to query and remove their own logs, as it is currently not possible

d-gubert avatar Aug 26 '20 15:08 d-gubert