Auditing/Logging does not work

Hello. Yesterday i set up the auditing/logging app (in UI). In the audit.log file i could see all logins, logouts. So I turned off my Raspberry and went to sleep. Today I turned it on and checked if things work. However, in the audit. log I can see logs from yesterday only. It refuses to add new logs.

config. php

 <?php

$CONFIG = array (
‘instanceid’ => ‘myid’,
‘passwordsalt’ => ‘mypass’,
‘secret’ => ‘mysecret’,
‘trusted_domains’ =>
array (
0 => ‘192.168.1.24’,
),
‘datadirectory’ => ‘/mnt/nextcloud/data’,
‘dbtype’ => ‘sqlite3’,
‘version’ => ‘17.0.1.1’,
‘overwrite.cli.url’ => ‘http://192.168.2.12/nextcloud’,
‘installed’ => true,
‘maintenance’ => false,
“log_type” => “file”,
“logfile” => “/mnt/data/nextcloud.log”,
‘logfilemode’ => 0640,
“loglevel” => “1”,

OS:Raspbian GNU/Linux 10 (buster)