lager icon indicating copy to clipboard operation
lager copied to clipboard

A logging framework for Erlang/OTP

Results 56 lager issues
Sort by recently updated
recently updated
newest added

Insert file index **before** filename extension (if exist) and get ``` filename.0.log filename.1.log filename.2.log ``` instead of ``` filename.log.0 filename.log.1 filename.log.2 ```

For some reason, the following link doesn't work - https://ci.appveyor.com/project/erlang-lager/lager I get "Project not found or access denied" I was planning on adding a build status indicator to the README...

i commented https://github.com/erlang-lager/lager/commit/9f8d7a705ef5e2e263f1b1b549ec8ba4d3f59a36#commitcomment-32283777 but since #481 any upstream application that rely on a library that forces the usage of lager doesn't log any more to the default handler when using...

lager_common_test_backend from v3.7.0 crashes unexpectedly when run on OTP 22 For an example see for example: https://api.travis-ci.com/v3/job/216504422/log.txt The same code works on OTP 21.3

Is it possible to use variables in the lager log names? We use lager for rabbitmq and i try to use log names like "_error.log" Is there any way to...

Hello there. Thank you for continuing to develop lager. Quick question about new flush queue feature. What the reason from architecture point of view to implement this feature in each...

This is a pretty minor nitpick, but I noticed an inconsistency between the docs and the behavior of the custom formatting code. The docs for lager_default_formatter say "any traditional iolist...

R16B2 support `~tp` format term with utf8 binary as unicode: ``` erl +pc unicode Erlang/OTP 18 [erts-7.0] [source] [64-bit] [smp:4:4] [async-threads:10] [hipe] [kernel-poll:false] Eshell V7.0 (abort with ^G) 1> io_lib:format("~tp",...

Greetings! I've been noticing an occasional test [fail on Fedora Rawhide](https://kojipkgs.fedoraproject.org//work/tasks/5838/28705838/build.log). Excerpt from the log: ``` lager_test_backend: async_threshold_test_ (async threshold works)...*failed* in function lager_test_backend:'-async_threshold_test_/0-fun-9-'/0 (test/lager_test_backend.erl, line 1766) in call from...

Help Wanted

When running the tests, I'm seeing this error: ``` lager_test_backend: lager_test_ (logging works from a nested list comprehension)...*failed* in function lager_test_backend:'-lager_test_/0-fun-49-'/0 (test/lager_test_backend.erl, line 247) in call from lager_test_backend:'-lager_test_/0-fun-50-'/0 (test/lager_test_backend.erl, line...

Help Wanted