Improve record log

This commit is contained in:
sparkyx 2026-05-21 07:21:07 +02:00
parent 552a980182
commit 3991ee6af7
2 changed files with 96 additions and 55 deletions

View file

@ -42,7 +42,13 @@ function x()
try {
x();
} catch (\Exception $e) {
record_log($e);
tracedebug("log",$e);
}
printf("tracedebug in sys_get_temp_dir() = %s", sys_get_temp_dir());
?>
<p>
Check file in noalyss/log
</p>