summaryrefslogtreecommitdiff
path: root/src/ejabberd_logger.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright datesEvgeniy Khramtsov2018-01-051-1/+1
|
* Kill and restart lager when it's overloadedEvgeniy Khramtsov2017-12-171-17/+31
|
* Set high water mark in lager for all backendsPaweł Chmielowski2017-07-271-0/+3
|
* lager_crash_log in some cases not run, catch itgetong2017-04-171-1/+1
|
* Cleanup file headersChristophe Romain2017-01-031-4/+4
|
* Update copyright date automatically (#1442)Badlop2017-01-021-1/+1
|
* Lager to Elixir Logger bridge is now compliant with ejabberd loglevel set / getMickael Remond2016-03-091-9/+15
| | | | This should fix #966
* Add Elixir Logger Backend to bridge logs from lagerMickael Remond2016-03-091-2/+42
| | | | | We will need to support loglevel bridging. It should help with #966
* Fixed type specifications for 'rebar doc'Elias Rohrer2016-03-071-0/+6
| | | | | - Fixed type @specs and -specs to remove 'rebar doc' errors - Removed a lot of wrong and deprecated documentation in ejabberd_piefxis.erl
* Always use laggerPaweł Chmielowski2016-01-261-64/+0
|
* lager is the default logger, we need to reverse the define flagMickael Remond2016-01-231-59/+61
|
* Update copyright to 2016 (#901)Badlop2016-01-131-1/+1
|
* Don't let "reopen_log" rotate files (EJAB-1243)Holger Weiss2015-12-081-1/+10
| | | | | | Make sure the "reopen_log" command really just reopens log files without also rotating them. For rotating log files, the new "rotate_log" command can be used.
* cosmetic cleanupChristophe Romain2015-10-071-1/+0
|
* Add set_loglevel command (EJABS-2524)Jerome Sautret2015-09-211-2/+5
|
* Move opt_type/1 function out of if-else blockEvgeniy Khramtsov2015-06-031-11/+11
|
* Fix typoEvgeniy Khramtsov2015-06-031-1/+1
|
* Add missing options of ejabberd_logger to validatorEvgeniy Khramtsov2015-06-031-1/+14
|
* Make sure Mnesia dir environment and log file are list, not binaryMickael Remond2015-04-061-1/+3
| | | | | This is useful for Elixir configuration, as binary is the more natural data type. Closes #514
* Fix integer parameter which can be set to 0Christophe Romain2015-01-221-7/+7
|
* Fix missing copyright dates to 2015 (EJAB-1733)Christophe Romain2015-01-211-1/+1
|
* add ability to rotate logs on given date conditionChristophe Romain2014-07-021-2/+16
|
* New option support: log_rotate_countEvgeniy Khramtsov2014-07-021-2/+6
|
* Support new options: log_rotate_size and log_rate_limitEvgeniy Khramtsov2014-07-021-2/+20
|
* Disable SASL error logger if lager is enabledEvgeniy Khramtsov2014-07-021-4/+5
|
* Update FSF addressJamie Nguyen2014-02-221-4/+3
|
* Do not rely on p1_logger_h module when lager is enabledEvgeniy Khramtsov2013-08-271-1/+10
|
* Do not forget to re-define the crash.log pathEvgeniy Khramtsov2013-07-151-0/+2
|
* Avoid custom loglevels processing for lagerEvgeniy Khramtsov2013-06-271-2/+5
|
* Logger improvements.Evgeniy Khramtsov2013-06-271-28/+108
| | | | | | | | | | 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.
* Added missing license and copyright headers.Jerome Sautret2013-06-181-0/+18
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-0/+70
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