(msg, type)
| 32 | |
| 33 | var logPrefix = "[" + process.pid + "] "; |
| 34 | var log = function(msg, type) { |
| 35 | l.log(logPrefix + msg, type); |
| 36 | }; |
| 37 | |
| 38 | var healthStatus = configlib.healthStatus || 'up'; |
| 39 | var healthCheckInterval = config.checkInterval || 10000; |
no outgoing calls
no test coverage detected