mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +01:00
UDP Logging (#1997)
This implements UDP Logging with GELF. It will allow full text search over all the logs and attributes sent over GELF to the log server.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
insert_query.Execute(query_details)
|
||||
|
||||
message_admins("\blue [key_name_admin(user)] has edited [player_ckey]'s notes.")
|
||||
log_admin("[key_name(user)] has edited [player_ckey]'s notes.")
|
||||
log_admin("[key_name(user)] has edited [player_ckey]'s notes.",admin_key=key_name(user),ckey=player_ckey)
|
||||
|
||||
/proc/notes_edit_sql(var/note_id, var/note_edit)
|
||||
if (!note_id || !note_edit)
|
||||
@@ -69,7 +69,7 @@
|
||||
deletequery.Execute(list(":note_id" = note_id))
|
||||
|
||||
message_admins("\blue [key_name_admin(usr)] deleted one of [ckey]'s notes.")
|
||||
log_admin("[key_name(usr)] deleted one of [ckey]'s notes.")
|
||||
log_admin("[key_name(usr)] deleted one of [ckey]'s notes.",admin_key=key_name(usr),ckey=ckey)
|
||||
else
|
||||
usr << "Cancelled"
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user