Skip to content
Snippets Groups Projects
Commit 632a97bd authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

add microseconds to log time

parent 7af8e3d6
No related branches found
No related tags found
1 merge request!2236add microseconds to log time
......@@ -61,7 +61,7 @@ class QueryLogger
/** @var MetaGer */
$metager = App::make(MetaGer::class);
$log_entry = [
"time" => (new DateTime('now', new DateTimeZone("UTC")))->format("Y-m-d H:i:s"),
"time" => (new DateTime('now', new DateTimeZone("UTC")))->format("Y-m-d H:i:s.u"),
"referer" => $this->referer,
"request_time" => $this->end_time - $this->start_time,
"focus" => $metager->getFokus(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment