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

Recently I had a problem, message_queue_len reached 20000+, which is the number of business processes. Then I found out. The different file_backend is writting different file in one lager_event process....

While using lager 06f676aad8ed823b7838a70288cd4d13b5a25ede one of the production cluster node started consuming a lot of memory. Upon detailed inspection, which is covered as part of my bug report https://bugs.erlang.org/browse/ERL-710 it...

Help Wanted

Hello, I'd like to include lager logging for eunit tests but I'm having problems with even simple configuration. I'd like to see all logs in "log/tests.log" so I have one...

Hello, I see very little activity in this project in the last time. Is the project still alive ? Silviu

I would like to add a stack trace to the metadata only if `lager:error()` is called. I'm trying to use the dynamic metadata but since the function has zero arguments,...

The parse transform assumes that the AST node location is the line number, and puts it into metadata as such. Since OTP-24, it's actually {Line, Col}. See https://github.com/erlang-lager/lager/blob/3.9.2/src/lager_transform.erl#L148-L150 This survives...

Hi Team, While load-testing my application, i am seeing issues with my lager application, consuming huge memory. The process is getting consumed a lot and its reaching GB's while monitoring...

when I include the qlc hrl, and compile test.erl in Erlang 23.1 and lager **master** branch and tag **2.9.2** release it generates Warning in every lager function call ` src/test.erl:9:...

Hi, I am using RabbitMQ which uses lager version 3.9.1 and after a few hours of normal logging, it gets stuck. I traced it and got the stack trace which...

The missing directory inhibits running the tests on the package fetched from hex.pm