-
Notifications
You must be signed in to change notification settings - Fork 16
Description
Hey, I dunno if this repo is still maintained, But I would like to know if there are options to control the logs.
I have a queue of scheduled SMS messages that should process in specific date(User choice), so I use the dateEnable to set the specific date. The user has the control to change it anytime as long as the SMS's haven't been sent yet. So I update the job via the name which links to the original job of the user and everything works great, the jobs get update correctly without duplicates and such.
My question is about logs, since there is not a real reason to keep all the changes that the user done, I would like to keep maybe the last 3 or 5 most recent logs to avoid unnecessary storage.
I didn't find this option in the Wiki, maybe I missed or maybe its not implemented yet. I would like to know if its possible. Thanks alot.