fix: frankenphp_log() level parameter must be optional

This commit is contained in:
Kévin Dunglas
2025-12-19 16:03:42 +01:00
parent 75ccccf1b2
commit 4092ecb5b5
4 changed files with 33 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
require_once __DIR__.'/_executor.php';
frankenphp_log("default level message");
return function () {
frankenphp_log("some debug message {$_GET['i']}", FRANKENPHP_LOG_LEVEL_DEBUG, [
"key int" => 1,