feat: loggers + search engines models
This commit is contained in:
@@ -6,9 +6,6 @@ const winston = require('winston')
|
||||
// ------------------------------------
|
||||
|
||||
module.exports = {
|
||||
key: 'sentry',
|
||||
title: 'Sentry',
|
||||
props: ['key'],
|
||||
init (logger, conf) {
|
||||
let SentryLogger = winston.transports.SentryLogger = function (options) {
|
||||
this.name = 'sentryLogger'
|
||||
|
Reference in New Issue
Block a user