feat: loggers + search engines models
This commit is contained in:
8
server/modules/logging/newrelic/definition.yml
Normal file
8
server/modules/logging/newrelic/definition.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
key: newrelic
|
||||
title: New Relic
|
||||
description: New Relic's digital intelligence platform lets developers, ops, and tech teams measure and monitor the performance of their applications and infrastructure.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/newrelic.svg
|
||||
website: https://newrelic.com/
|
||||
defaultLevel: warn
|
||||
props: {}
|
9
server/modules/logging/newrelic/logger.js
Normal file
9
server/modules/logging/newrelic/logger.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ------------------------------------
|
||||
// New Relic
|
||||
// ------------------------------------
|
||||
|
||||
module.exports = {
|
||||
init (logger, conf) {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user