forked from BlueMoon-Labs/MOLOT-BlueMoon-Station
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlogging.txt
97 lines (65 loc) · 1.84 KB
/
logging.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
## log OOC channel
LOG_OOC
## log client Say
LOG_SAY
## log admin actions
@LOG_ADMIN
## log admin chat
@LOG_ADMINCHAT
## log client access (logon/logoff)
LOG_ACCESS
## Enables log entries for logins that failed due to suspicious circumstances (banned player, CID randomiser, spoofed BYOND version, etc.) to a dedicated file.
LOG_SUSPICIOUS_LOGIN
## log game actions (start of round, results, etc.)
LOG_GAME
## log mecha actions
LOG_MECHA
## log player votes
LOG_VOTE
## log player crafting
LOG_CRAFT
## log client Whisper
LOG_WHISPER
## log emotes
LOG_EMOTE
## log attack messages
LOG_ATTACK
## log victim messages
LOG_VICTIM
## log pda messages
LOG_PDA
## log telecomms messages
LOG_TELECOMMS
## log prayers
LOG_PRAYER
## log lawchanges
LOG_LAW
## log crew manifest to seperate file
LOG_MANIFEST
## log job divide debugging information
LOG_JOB_DEBUG
## Log shuttle related actions
LOG_SHUTTLE
## Log economy-related actions
LOG_ECON
## log all world.Topic() calls
LOG_WORLD_TOPIC
## enables use of the proc twitterize() that lets you take a large list of strings and turn it into a JSON file of tweet sized strings.
## As an example of how this could be """useful""" look towards Polly (https://twitter.com/Poly_the_Parrot)
# LOG_TWITTER
## Enable logging pictures
LOG_PICTURES
## Log camera pictures
PICTURE_LOGGING_CAMERA
## log virus and actions
LOG_VIRUS
## Log all raw hrefs of tgui, rather than letting tgui logging handle it. KEEP THIS OFF UNLESS YOU KNOW WHAT YOU ARE DOING.
# EMERGENCY_TGUI_LOGGING
## Cooldown time for each occurance of a unique runtime in deciseconds
ERROR_COOLDOWN 600
## Max runtimes of one type before silencing
ERROR_LIMIT 50
## How long an unique runtime will be silenced for when reaching limit in deciseconds
ERROR_SILENCE_TIME 6000
How long to wait between messaging admins about an unique runtime
ERROR_MSG_DELAY 50