code/controllers/configuration/entries/logging.dm

| /datum/config_entry/flag/log_ooc | log OOC channel |
|---|---|
| /datum/config_entry/flag/log_access | log login/logout |
| /datum/config_entry/flag/log_suspicious_login | Config entry which special logging of failed logins under suspicious circumstances. |
| /datum/config_entry/flag/log_say | log client say |
| /datum/config_entry/flag/log_admin | log admin actions |
| /datum/config_entry/flag/log_prayer | log prayers |
| /datum/config_entry/flag/log_law | log lawchanges |
| /datum/config_entry/flag/log_game | log game events |
| /datum/config_entry/flag/log_mecha | log mech data |
| /datum/config_entry/flag/log_virus | log virology data |
| /datum/config_entry/flag/log_vote | log voting |
| /datum/config_entry/flag/log_craft | log crafting |
| /datum/config_entry/flag/log_whisper | log client whisper |
| /datum/config_entry/flag/log_attack | log attack messages |
| /datum/config_entry/flag/log_victim | log attack messages |
| /datum/config_entry/flag/log_emote | log emotes |
| /datum/config_entry/flag/log_adminchat | log admin chat messages |
| /datum/config_entry/flag/log_shuttle | log shuttle related actions, ie shuttle computers, shuttle manipulator, emergency console |
| /datum/config_entry/flag/log_pda | log pda messages |
| /datum/config_entry/flag/log_telecomms | log telecomms messages |
| /datum/config_entry/flag/log_econ | log economy |
| /datum/config_entry/flag/log_twitter | log certain expliotable parrots and other such fun things in a JSON file of twitter valid phrases. |
| /datum/config_entry/flag/log_world_topic | log all world.Topic() calls |
| /datum/config_entry/flag/log_manifest | log crew manifest to seperate file |
| /datum/config_entry/flag/log_job_debug | log roundstart divide occupations debug information to a file |
| /datum/config_entry/flag/log_pictures | log photos taken by players with a camera |
| /datum/config_entry/flag/picture_logging_camera | This is... shitcode, literally same as above, if one of them is inactive, won't log at all, PLEASE FUCKING REMOVE THIS. |
| /datum/config_entry/flag/emergency_tgui_logging | forces log_href for tgui |
| /datum/config_entry/number/error_cooldown | The "cooldown" time for each occurrence of a unique error |
| /datum/config_entry/number/error_limit | How many occurrences before the next will silence them |
| /datum/config_entry/number/error_silence_time | How long a unique error will be silenced for |
| /datum/config_entry/number/error_msg_delay | How long to wait between messaging admins about occurrences of a unique error |