ioffice_logglix v0.0.1 Logglix

This module contains the GenEvent that you can use to transmit the logs of your applications. ### Configuring By default the LOGGLY_KEY environment variable is used to find your API key for Loggly. You can also manually set your API key by configuring the :logglix application.

  config :logger, :logglix,
    loggly_key: System.get_env("LOGGLY_KEY"),
    tags: ["elixir"],
    level: :info,
    environment: :prod

Summary

Functions

Changes backend setup

Handles an log event. Ignores the log event if the event level is less than the min log level

Functions

handle_call(msg, state)

Changes backend setup.

handle_event(arg1, state)

Handles an log event. Ignores the log event if the event level is less than the min log level.