This is a follow up post for JSON Logging in Elixir using a custom formatter [https://geeks.wego.com/json-logging-in-elixir-using-a-custom-formatter/] where we looked in to how to log request logs to a file using a custom formatter. We require below hex dependencies in our project to log request logs and…
Elixir
JSON logging in Elixir using a Custom Formatter
Elixir logging is awesome and extensible. You can write your own backend or a Formatter and make endless combinations with unlimited possibilities. JSON logs are the norm nowadays and there are plenty of ways to get JSON logs in #elixir. Ink :muscle: is an awesome hex package to make that…
Working with Elixir Releases and performing CI/CD in containers
Elixir has seen fast adoption in Wego [https://www.wego.com] with multiple services already in production after the weekend project UltronEx [https://geeks.wego.com/ruby-vs-elixir-ultron-is-dead-long-live-ultronx/] became a daily driver for monitoring real time data [https://geeks.wego.com/realtime-dashboard-with-websocket-in-elixir/] it has spurred a movement to explore new options…
Real time Dashboard with WebSocket in Elixir
Real time Dashboard with WebSocket in Elixir…
Ruby vs Elixir performance ; Ultron is dead, long live UltronEx
This is a comparison between two identical slack bots written in Ruby and Elixir.…