aboutsummaryrefslogtreecommitdiff
path: root/include/logger.hrl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Cleanup file headersChristophe Romain2016-12-271-0/+1
|
* Add logger macro to help troubleshooting Elixir testsMickael Remond2016-04-011-0/+7
|
* Always use laggerPaweł Chmielowski2016-01-261-22/+0
|
* lager is the default logger, we need to reverse the define flagMickael Remond2016-01-231-12/+14
| | | | Also make sure that configure without option does not force lager to false
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Update copyright dates to 2015 (EJAB-1733)Badlop2015-01-081-1/+1
|
* Merge pull request #146 from jamielinux/masterbadlop2014-04-111-4/+3
|\ | | | | Update FSF address
| * Update FSF addressJamie Nguyen2014-02-221-4/+3
| |
* | Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
|/
* Logger improvements.Evgeniy Khramtsov2013-06-271-5/+5
| | | | | | | | | | lager: * It is now possible to change the loglevel. * Log rotation is now supported as well. p1_logger: * When rotating a log file, add suffix ".0" to the renamed file. This is needed in order to be consistent with lager rotation mechanism.
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+57
Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite