Add $_SERVER['REQUEST_URI'] to database.log

This commit is contained in:
slawkens 2020-03-14 13:52:01 +01:00
parent 4e935719d3
commit c991e085d4

View File

@ -151,7 +151,7 @@ class OTS_DB_MySQL extends OTS_Base_DB
}
if($this->logged) {
log_append('database.log', PHP_EOL . $this->getLog());
log_append('database.log', $_SERVER['REQUEST_URI'] . PHP_EOL . $this->getLog());
}
}