Skip to content

elli-lib/elli_log_exceptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elli_log_exceptions

Elli middleware that will log exceptions at a configurable log level and with or without the full stacktrace:

ElliOpts = [{callback, elli_middleware},
            {callback_args, [{mods, [{elli_log_exceptions, elli_log_exceptions:config([])},
                                     ...]}]},
            {port, 3000}],

ElliChildSpec = #{id => elli_handler,
                  start => {elli, start_link, [ElliOpts]},
                  restart => permanent,
                  type => worker,
                  modules => [elli_log_exceptions]},

elli_log_exceptions:config/1 takes a proplist of options:

  • level: The logger level to log the exception (example, {level, error}).
  • include_stacktrace: If true the log will include the stacktrace from the exception.

About

Elli middleware that will log the exceptions that result in 500 status responses.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages