summaryrefslogtreecommitdiff
path: root/src/rabbit_error_logger_file_h.erl
Commit message (Expand)AuthorAgeFilesLines
* Slightly less threatening error description, and add stack tracebug26362Simon MacMullen2014-09-081-2/+4
* Since a crash in handle_event is so disasterous, and since gen_event handlers...bug26236Simon MacMullen2014-06-121-4/+19
* Have a completely separate counter for content size vs structural size.Simon MacMullen2014-03-241-1/+1
* Something of a rewrite:Simon MacMullen2014-03-241-1/+1
* Don't let the truncate module have any opinion on how much to truncate.Simon MacMullen2014-03-241-4/+8
* Rename module and functions to be shorter and more generic. Remove quickcheck...Simon MacMullen2014-03-241-7/+8
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Revivify branch from earlier commit.Simon MacMullen2014-01-161-1/+1
* Staunch the flow of "Discarding message..." log messagesSimon MacMullen2014-01-151-0/+19
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* OopsSimon MacMullen2013-03-071-2/+3
* Unused variableSimon MacMullen2013-03-061-1/+1
* Filter out all those events that look like:Simon MacMullen2013-02-271-0/+2
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* merge default into bug24332bug24332Alexandru Scvortov2011-09-221-3/+3
|\
| * move file functions from misc to rabbit_fileAlexandru Scvortov2011-09-211-3/+3
* | cosmetic and commentsAlexandru Scvortov2011-09-151-0/+4
* | cosmeticMatthias Radestock2011-09-141-6/+4
* | handle the non-empty buffer caseAlexandru Scvortov2011-09-051-2/+11
* | fix taking over from the tty handlerAlexandru Scvortov2011-09-051-0/+3
* | sasl logger also appendsAlexandru Scvortov2011-08-121-3/+3
* | remove old log files when rotatingAlexandru Scvortov2011-08-121-1/+2
* | only allow the rabbit error logger to touch the files and append rather than ...Alexandru Scvortov2011-08-111-3/+12
|/
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* cleanupAlexandru Scvortov2010-07-061-1/+2
* update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
* cosmetic: squash trailing whitespaceMatthias Radestock2010-01-271-1/+1
* cosmetic: use multi-line stringsMatthias Radestock2009-01-081-1/+1
* Update copyrights.bug19974Tony Garnock-Jones2008-12-091-6/+12
* rename ensure_directory_exists to ensure_parent_dirs_existMatthias Radestock2008-11-281-2/+2
* Logging handlers attempt to create the directoryHubert Plociniczak2008-11-281-1/+3
* Perform standard handler installation when originalHubert Plociniczak2008-09-041-0/+4
* cosmeticMatthias Radestock2008-09-011-4/+5
* always log an error when append failsMatthias Radestock2008-09-011-13/+6
* Use rabbit_log instead of error_loggerHubert Plociniczak2008-08-291-3/+3
* When appending the old log file fails always tryHubert Plociniczak2008-08-291-3/+13
* Added few missing articlesHubert Plociniczak2008-08-271-2/+2
* Moved append operation inside init/1Hubert Plociniczak2008-08-261-0/+14
* Added wrappers around standard error_logger_file_hHubert Plociniczak2008-08-261-0/+52