mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-06 15:34:35 +00:00
[MIRROR] Moving the database to a subsystem (#9963)
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
26ff936832
commit
40e935a774
@@ -31,6 +31,11 @@
|
||||
if (CONFIG_GET(flag/log_admin))
|
||||
WRITE_LOG(diary, "ADMIN: [text]")
|
||||
|
||||
/proc/log_admin_private(text)
|
||||
admin_log.Add(text)
|
||||
if (CONFIG_GET(flag/log_admin))
|
||||
WRITE_LOG(diary, "ADMINPRIVATE: [text]")
|
||||
|
||||
/proc/log_adminpm(text, client/source, client/dest)
|
||||
admin_log.Add(text)
|
||||
if (CONFIG_GET(flag/log_admin))
|
||||
@@ -271,6 +276,12 @@
|
||||
/proc/log_misc(text)
|
||||
WRITE_LOG(diary, "MISC: [text]")
|
||||
|
||||
/proc/log_sql(text)
|
||||
WRITE_LOG(sql_error_log, "SQL: [text]")
|
||||
|
||||
/proc/log_query_debug(text)
|
||||
WRITE_LOG(query_debug_log, "SQL: [text]")
|
||||
|
||||
/proc/log_topic(text)
|
||||
if(Debug2)
|
||||
WRITE_LOG(diary, "TOPIC: [text]")
|
||||
|
||||
Reference in New Issue
Block a user