BeeStation-Hornet icon indicating copy to clipboard operation
BeeStation-Hornet copied to clipboard

Signalers do not log persistently

Open bloons3 opened this issue 4 years ago • 3 comments

$ grep -i "lastsignalers" -r code/game/objects/items/devices/PDA/radio.dm: GLOB.lastsignalers.Add("[time] <B>:</B> [usr.key] used [src] @ location [AREACOORD(T)] <B>:</B> [format_frequency(frequency)]/[code]") code/modules/admin/secrets.dm: list("Show last [length(GLOB.lastsignalers)] signalers", "list_signalers"), code/modules/admin/secrets.dm: var/dat = "<B>Showing last [length(GLOB.lastsignalers)] signalers.</B><HR>" code/modules/admin/secrets.dm: for(var/sig in GLOB.lastsignalers) code/modules/admin/secrets.dm: usr << browse(dat, "window=lastsignalers;size=800x500") code/modules/assembly/signaler.dm: GLOB.lastsignalers.Add("[time] <B>:</B> [usr.key] used [src] @ location ([T.x],[T.y],[T.z]) <B>:</B> [format_frequency(frequency)]/[code]") code/_globalvars/logging.dm:GLOBAL_LIST_EMPTY(lastsignalers) //! keeps last 100 signals here in format: "[src] used [REF(src)] @ location [src.loc]: [freq]/[code]" code/_globalvars/logging.dm:GLOBAL_PROTECT(lastsignalers)

Signalers don't log to disk, which makes investigating hard.

bloons3 avatar Aug 29 '20 22:08 bloons3

This issue has been inactive for long enough to be automatically marked as stale. If this was a bug report and hasn't been addressed yet, and is still a probelm, please don't hesitate to notify a maintainer.

github-actions[bot] avatar Oct 02 '20 00:10 github-actions[bot]

Seems to still be an issue as of 06/06/2022

PowerfulBacon avatar Jun 06 '22 18:06 PowerfulBacon

I did this in my better maxcap logging PR

ivanmixo avatar Oct 03 '22 14:10 ivanmixo

Ivan did infact do this

Penwin0 avatar Mar 15 '23 18:03 Penwin0