Skip to content

Instantly share code, notes, and snippets.

@valinurovam
Created August 23, 2012 11:33
Show Gist options
  • Save valinurovam/3435799 to your computer and use it in GitHub Desktop.
Save valinurovam/3435799 to your computer and use it in GitHub Desktop.
%% LAGER config
{lager, [
{handlers, [
{lager_console_backend, info},
{lager_file_backend, [
{"status_server.err.log", error, 1048576000, "$D0", 5},
{"status_server.info.log", info, 1048576000, "$D0", 5}
]}
]}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment