Socket
Book a DemoInstallSign in
Socket

merapi-plugin-loggly

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

merapi-plugin-loggly

Merapi plugin for Loggly

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
3
Created
Source

Merapi Plugin Loggly

Installation

Install using npm:

npm install merapi-plugin-loggly --save

Configuration

plugins:
    - loggly
    - service

merapi:
    logging:
        level: info

        loggly:
            level: debug
            buffer:
                length: 50
                timeout: 5000
            config:
                subdomain: yesbossnow
                token: de7bf9fe-af47-413d-a002-a4498280b601
            customTags:
                - diaenne-platform
                - experiment
            consoleOnly: true
            os:
                interval: 5000
                cpu: false
                mem: true
                loadavg: true
                uptime: false

Usage

"use strict";
const { Component } = require("merapi");

module.exports = class MainComponent extends Component {
    constructor(logger) {
        super();
        this.logger = logger;
    }

    *initialize() {
        this.logger.info("Starting app...");
    }
};

Contributors

Initial Authors:

  • Roni Kurniawan
  • Hisma Mulya
  • Andida Syahendar

Authors:

  • Ikmal Syifai

FAQs

Package last updated on 18 Aug 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts