Skip to content

Commit

Permalink
Add logflare.
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseshieh committed Aug 22, 2020
1 parent 820113d commit 4da1202
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/log.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,12 @@ You can tail logs in real-time aggregated across all containers using the follow
How to Forward Logs Externally
==============================

If you want to forward your logs to another service such as `Timber`_ or `PaperTrail`_, you'll need to set up a log drain. We support HTTPS and syslog drains. To create a log drain, run
If you want to forward your logs to another service such as `Logflare`, `Timber`_ or `PaperTrail`_, you'll need to set up a log drain. We support HTTPS and syslog drains. To create a log drain, run

.. code-block:: bash
gigalixir drains:add $URL
# e.g. gigalixir drains:add https://api.logflare.app/logs/logplex?api_key=$API_KEY&source=$SOURCE_ID
# e.g. gigalixir drains:add https://user:$TIMBER_API_KEY@logs.timber.io/sources/$TIMBER_SOURCE_ID/frames
# e.g. gigalixir drains:add syslog+tls://logs123.papertrailapp.com:12345
Expand All @@ -36,5 +37,6 @@ To delete a drain, run
gigalixir drains:remove $DRAIN_ID
.. _`Logflare`: https://logflare.app/
.. _`Timber`: https://timber.io
.. _`PaperTrail`: https://papertrailapp.com/

0 comments on commit 4da1202

Please sign in to comment.