feat: loggers + search engines models
This commit is contained in:
		
							
								
								
									
										8
									
								
								server/modules/logging/airbrake/definition.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								server/modules/logging/airbrake/definition.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| key: airbrake | ||||
| title: Airbrake | ||||
| description: Airbrake is the leading exception reporting service, currently providing error monitoring for 50,000 applications with support for 18 programming languages. | ||||
| author: requarks.io | ||||
| logo: https://static.requarks.io/logo/airbrake.svg | ||||
| website: https://airbrake.io/ | ||||
| defaultLevel: warn | ||||
| props: {} | ||||
							
								
								
									
										9
									
								
								server/modules/logging/airbrake/logger.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								server/modules/logging/airbrake/logger.js
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| // ------------------------------------ | ||||
| // Airbrake | ||||
| // ------------------------------------ | ||||
|  | ||||
| module.exports = { | ||||
|   init (logger, conf) { | ||||
|  | ||||
|   } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user