This commit is contained in:
Girish Ramakrishnan
2026-03-12 23:23:23 +05:30
parent ff49759f42
commit f12b4faf34
99 changed files with 109 additions and 108 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import mysql from 'mysql2';
import notifications from './notifications.js';
import safe from 'safetydance';
const { log, trace } = logger('eventlog');
const { log } = logger('eventlog');
const ACTION_ACTIVATE = 'cloudron.activate';
const ACTION_USER_LOGIN = 'user.login';