Increase error logging to diagnose server conking (#15662)

* Increase error logging to diagnose server conking

* more logging and db retry

* whoops

* rename error() to log_error() to better reflect what it does
Move a bunch of world.log messages to log_error

* Fix compile error

---------

Co-authored-by: Werner <Arrow768@users.noreply.github.com>
This commit is contained in:
Wildkins
2023-03-13 17:51:39 -04:00
committed by GitHub
parent 62e25f5890
commit c369124fe9
42 changed files with 94 additions and 91 deletions

View File

@@ -29,7 +29,7 @@
var/datum/supply_drop_loot/SDL = drop_type
SDL.drop(T)
else
error("Unhandled drop type: [drop_type]")
log_error("Unhandled drop type: [drop_type]")
/datum/admins/proc/call_supply_drop()