Search code examples
herokulogentriespapertrail-app

Using multiple Heroku logging add-ons simultaneously


Is it ok to simultaneously use both Papertrail and LogEntries logging with the same Heroku application, or could that cause issues?


Solution

  • In short: there shouldn't be any issue. As stated in the logplex documentation, there can be as many log-drains as you want, starting just from the CLI, going over to custom log-drains, and addons as you wish.