(config)
| 159 | } |
| 160 | |
| 161 | export function getIgnoreList(config) { |
| 162 | return config?.logging?.ignore ?? config?.logIgnore ?? { users: [], channels: [] }; |
| 163 | } |
| 164 | |
| 165 | export function isEventEnabled(config, eventType) { |
| 166 | if (!config?.logging?.enabled) { |
no outgoing calls
no test coverage detected