(ip: string | null | undefined)
| 39 | import {anonymizeIp} from '../utils/anonymizeIp'; |
| 40 | import {isAcceptingConnections} from '../updater/SessionDrainer'; |
| 41 | const logIp = (ip: string | null | undefined) => anonymizeIp(ip, settings.ipLogging); |
| 42 | const securityManager = require('../db/SecurityManager'); |
| 43 | const plugins = require('../../static/js/pluginfw/plugin_defs'); |
| 44 | import log4js from 'log4js'; |
no test coverage detected