logTrace(level, log, metadata) { const stackTrace = new Error().stack; this.log(level, log, metadata, stackTrace); }