elixir_agent
elixir_agent copied to clipboard
Update Logger implementation to be purgeable
Using Logger.log makes compile time purge matching not possible which means logging is all or nothing with regards to purging.
This change would allow compile time purge matching by log level when using the elixir Logger, so one could get rid of debug logging instead of all logging.