This file will have conflicts
conflict
const mapLevelToMethod = {
silly: 0,
trace: 1,
debug: 2,
info: 3,
warn: 4,
error: 5,
fatal: 6,
};
const level = mapLevelToMethod[process.env.LOG_LEVEL.toLower() || "info"];
const mapLevelToMethod = {
silly: 0,
trace: 1,
debug: 2,
info: 3,
warn: 4,
error: 5,
fatal: 6,
};
const level = mapLevelToMethod[process.env.LOG_LEVEL.toLower() || "info"];
// this is a comment