UNPKG

@juntoz/azure-function-logger-papertrail

Version:

Quick logger that enables the function to log to the default logger (console) and also to papertrail

32 lines (31 loc) 892 B
{ "name": "@juntoz/azure-function-logger-papertrail", "version": "1.0.3", "description": "Quick logger that enables the function to log to the default logger (console) and also to papertrail", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Juntoz/azure-function-logger-papertrail.git" }, "keywords": [ "juntoz", "papertrail", "winston", "azure-function", "logger" ], "author": "Juntoz.com", "license": "UNLICENSED", "bugs": { "url": "https://github.com/Juntoz/azure-function-logger-papertrail/issues" }, "homepage": "https://github.com/Juntoz/azure-function-logger-papertrail#readme", "dependencies": { "path": "^0.12.7", "winston": "^3.2.1", "winston-syslog": "^2.2.0" } }