elixir_agent icon indicating copy to clipboard operation
elixir_agent copied to clipboard

Update Logger implementation to be purgeable

Open TylerWitt opened this issue 1 year ago • 1 comments

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.

TylerWitt avatar Jun 21 '23 14:06 TylerWitt

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Jun 21 '23 14:06 CLAassistant