Change the default formatter to be backwards compatible with old behaviour
Andrew Thompson authored
Had to add a pseudo-ternary operator to the formatter to support this.
Also allowed lager:log to log metadata.
7b051642
Name Last commit Last update
..
error_logger_lager_h.erl R14B support for ucaught throws
lager.app.src Roll version 1.2.0
lager.erl Change the default formatter to be backwards compatible with old behaviour
lager_app.erl Changed the messages sent to the backends to include metadata and separated formatting from the backend. Added documentation, fixed tests, and removed some unused code.
lager_backend_utils.erl Changed the messages sent to the backends to include metadata and separated formatting from the backend. Added documentation, fixed tests, and removed some unused code.
lager_console_backend.erl Changed the messages sent to the backends to include metadata and separated formatting from the backend. Added documentation, fixed tests, and removed some unused code.
lager_crash_log.erl Changed the messages sent to the backends to include metadata and separated formatting from the backend. Added documentation, fixed tests, and removed some unused code.
lager_default_formatter.erl Change the default formatter to be backwards compatible with old behaviour
lager_file_backend.erl Changed the messages sent to the backends to include metadata and separated formatting from the backend. Added documentation, fixed tests, and removed some unused code.
lager_format.erl Fixed unused vars warnings
lager_handler_watcher.erl Changed the messages sent to the backends to include metadata and separated formatting from the backend. Added documentation, fixed tests, and removed some unused code.
lager_handler_watcher_sup.erl Adjust the supervisor restart thresholds to 10 restarts in 1 minute
lager_mochiglobal.erl Remove possible conflict with mochiglobal. Closes #2
lager_stdlib.erl Rename trunc_io to lager_trunc_io to prevent clashes
lager_sup.erl Don't create a crash log called 'undefined'. Closes #26
lager_transform.erl Changed the messages sent to the backends to include metadata and separated formatting from the backend. Added documentation, fixed tests, and removed some unused code.
lager_trunc_io.erl Added test for very short field width on ~s
lager_util.erl Changes suggested by Kostis, Dialyzer -Wunmatched_returns and Tidier