updated changelog

This commit is contained in:
Gani Georgiev
2024-07-09 22:21:56 +03:00
parent 01450cde44
commit 9663411171
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1258,7 +1258,7 @@ func (app *BaseApp) initLogger() error {
// @todo replace with cron so that it doesn't rely on the logs write
//
// delete old logs (~ twice a day)
// delete old logs
// ---
now := time.Now()
lastLogsDeletedAt := cast.ToTime(app.Store().Get("lastLogsDeletedAt"))