To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
const config = require('./config.js'); const log = { log(message) { if (config.verbose === true) console.log(message); }, }; module.exports = log;