summaryrefslogtreecommitdiffstats
path: root/lib/Service/MiscService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/MiscService.php')
-rw-r--r--lib/Service/MiscService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/MiscService.php b/lib/Service/MiscService.php
index a7abbc7a..121db528 100644
--- a/lib/Service/MiscService.php
+++ b/lib/Service/MiscService.php
@@ -58,7 +58,7 @@ class MiscService {
*/
public function log(string $message, $level = 2) {
$data = array(
- 'app' => Application::APP_NAME,
+ 'app' => Application::APP_ID,
'level' => $level
);