summaryrefslogtreecommitdiff
path: root/src/rabbit_lager.erl
Commit message (Expand)AuthorAgeFilesLines
* configure_handler_backend/1: return a value expected by the callerMichael Klishin2020-09-301-1/+2
* Use application:ensure_all_started/1 to start sysloglrb-fix-syslog-loggingMichael Klishin2020-09-291-1/+1
* Explicitly start syslog applicationLuke Bakken2020-09-291-1/+1
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* Fix setting log level to debugLuke Bakken2020-02-101-29/+25
* rabbit_lager: Fix log level being set from the configuration fileJean-Sébastien Pédron2020-02-101-1/+27
* rabbit_lager: Only use "\r\n" with the console backendJean-Sébastien Pédron2020-02-101-12/+14
* Move all RabbitMQ-specific environment variables to `rabbit_env`Jean-Sébastien Pédron2020-02-031-5/+7
* rabbit_prelaunch_early_logging: Setup all categories earlyJean-Sébastien Pédron2020-01-131-21/+1
* (c) bumpMichael Klishin2019-12-291-1/+1
* rabbit_lager: Use log levels from prelaunch contextJean-Sébastien Pédron2019-12-111-10/+78
* Ensure syslog application is started when used as backendLuke Bakken2019-12-091-4/+27
* Startup banner improvementsMichael Klishin2019-09-251-0/+4
* URL CleanupSpring Operator2019-03-201-1/+1
* rabbit_lager: Multiply high watermark on startup as wellJean-Sébastien Pédron2019-03-181-1/+26
* Add check for integer valueLuke Bakken2019-03-131-1/+1
* rabbit_lager: Multiply high watermark by 100 when log level is debugJean-Sébastien Pédron2019-03-131-12/+21
* spelling: redirectJosh Soref2019-02-121-1/+1
* spelling: explicitlyJosh Soref2019-02-121-1/+1
* Remove code that sets syslog listen IPLuke Bakken2019-01-281-31/+1
* Fixed years in copyrightSamuel NELA2019-01-131-1/+1
* Add method to set log level at runtimeLuke Bakken2018-11-271-1/+29
* Catch one more error when disabling default loggerLuke Bakken2018-10-151-0/+3
* Only start syslog application if it is requiredLuke Bakken2018-10-121-28/+75
* Remove date and time from lager formatter when logging to syslog.Daniil Fedotov2018-05-211-1/+6
* Cuttlefish schema to configure syslog application.Daniil Fedotov2018-05-171-10/+0
* Integrate syslog library into rabbitmq loggingDaniil Fedotov2018-05-161-7/+36
* Temporarily raise log high water mack when node bootsLuke Bakken2018-01-111-5/+25
* log.rabbit => log.exchangeMichael Klishin2017-12-301-6/+6
* Add lager backend that logs to amq.rabbitmq.logLuke Bakken2017-12-281-3/+8
* Update default category loglevel to `inherit`Daniil Fedotov2017-08-301-3/+7
* WordingMichael Klishin2017-08-211-4/+4
* Log configuration testsDaniil Fedotov2017-08-211-4/+12
* Refactor log configuration to be consistent with log doc guideDaniil Fedotov2017-08-181-65/+272
* Log at info level by defaultMichael Klishin2017-05-021-1/+1
* A no-op implementation of post_registration/0 for core backendsMichael Klishin2017-05-021-1/+1
* NamingMichael Klishin2017-03-241-2/+2
* Use proper version of get_env during initAlexey Lebedeff2017-03-231-1/+1
* Fix lager initialization codeAlexey Lebedeff2017-03-221-3/+9
* Replace dying_client_index and dying_clients set with a mapDaniil Fedotov2016-12-161-1/+0
* Write per queue upgrade log to a separate fileDaniil Fedotov2016-11-301-6/+14
* error_logger_lager_event sinkDaniil Fedotov2016-02-041-1/+2
* Use Lager to log RabbitMQ messagesDaniil Fedotov2016-01-131-0/+266