ioffice_logglix v0.0.1 API Reference

Modules

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

Exceptions