Skip to content
Snippets Groups Projects
Commit 428510a4 authored by Owen Winkler's avatar Owen Winkler Committed by Thomas Müller
Browse files

Simpler log unique id.

parent f9dbdb7c
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ class OC_Log_Owncloud {
$time = $time->format($format);
if($minLevel == OC_Log::DEBUG) {
if(empty(self::$reqId)) {
self::$reqId = uniqid(microtime(true));
self::$reqId = uniqid();
}
$reqId = self::$reqId;
$url = $_SERVER['REQUEST_URI'];
......
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