DB\IO Call trace in context array for any debug calls

This commit is contained in:
2023-06-16 13:24:34 +09:00
parent f5cd71cfbc
commit e0f8bad2d9
3 changed files with 31 additions and 5 deletions

View File

@@ -567,7 +567,7 @@ class Logging
$context_str = '';
if ($context != []) {
// TODO this here has to be changed to something better
$context_str = ' ' . print_r($context, true);
$context_str = ' :' . print_r($context, true);
}
// build log string
return '[' . $timestamp . '] '