Logging: internal fixes

This commit is contained in:
Clemens Schwaighofer
2023-06-05 09:34:29 +09:00
parent 5b944cd12d
commit 6dfb68a6da
2 changed files with 23 additions and 12 deletions

View File

@@ -796,6 +796,13 @@ final class CoreLibsLoggingLoggingTest extends TestCase
);
}
// must test flow:
// init normal
// log -> check file name
// set per date
// log -> check file name
// and same for per_run
// deprecated calls check?
}