This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

anurat
anurat

Hi All,

At access log page in the backend, it is stated that the log will be kept for the total of 60 days. I'm wondering where the number 60 comes from and whether we are able to configure this.

Best Regards,

sHosting
sHosting

Hi Anurat,

Well after a little research in code I can see that days is just a fixed value defined in _hint.htm (/modules/backend/controllers/accesslogs).

<p>
    <?= e(trans('backend::lang.access_log.hint', ['days' => 60])) ?>
</p>

I can also confirm that the access log is not cleared after 60 days since I still have log entries over 5 months old.

anurat
anurat

Hi sHosting,

Thank you for looking for it. It's quite strange that it is part of the october build. Perhaps the developers plan to implement some time in the future?

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.