feat: loggers + search engines models
This commit is contained in:
8
server/modules/logging/raygun/definition.yml
Normal file
8
server/modules/logging/raygun/definition.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
key: raygun
|
||||
title: Raygun
|
||||
description: Error, crash and performance monitoring for software teams.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/raygun.svg
|
||||
website: https://raygun.com/
|
||||
defaultLevel: warn
|
||||
props: {}
|
9
server/modules/logging/raygun/logger.js
Normal file
9
server/modules/logging/raygun/logger.js
Normal file
@@ -0,0 +1,9 @@
|
||||
// ------------------------------------
|
||||
// Raygun
|
||||
// ------------------------------------
|
||||
|
||||
module.exports = {
|
||||
init (logger, conf) {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user