Logflare / logflare_logger_backend

Logger backend to send Elixir logs to Logflare.
MIT License
88 stars 17 forks source link

Check for presence of GenServer before Repo events #55

Closed darksheik closed 3 years ago

darksheik commented 3 years ago

The remote console is crapping out on flush and put commands.

This change will check to see if a GenServer is actually running for the LogflareLogger.Repo before it attempts to perform these actions.

darksheik commented 3 years ago

This change solves our remote_console issue in releases. I totally understand if you'd rather not have this in the main codebase.