summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Moved log configuration to start/0,Hubert Plociniczak2008-09-042-10/+19
| | | | throw more informative errors
* Renamed logs_location/1 function to log_location/1.Hubert Plociniczak2008-09-032-18/+69
| | | | Added more test cases to cover problems with logging during startup.
* Simplified the way we get logs locations,Hubert Plociniczak2008-09-032-40/+48
| | | | | | Proper checking for the right handlers. Added test case for log rotation when logging is turned off.
* Added more test casesHubert Plociniczak2008-09-021-6/+40
|
* some minor tweaksMatthias Radestock2008-09-021-25/+20
| | | | | | - list comprehension instead of lists:map - make clean_logs check the return of file:delete, and return ok itself - rename non_writable_files to make_files_nonwritable for clarity
* Removed unused includeHubert Plociniczak2008-09-021-1/+0
|
* Better naming for typesHubert Plociniczak2008-09-024-4/+5
|
* Refactoring of the log testsHubert Plociniczak2008-09-021-25/+26
|
* Added test suite for log rotation.Hubert Plociniczak2008-09-022-55/+141
| | | | Initialise log rotation in its own phase.
* cosmeticMatthias Radestock2008-09-011-3/+6
|
* cosmeticMatthias Radestock2008-09-013-9/+13
|
* always log an error when append failsMatthias Radestock2008-09-012-26/+12
| | | | and don't log the error to the console
* Use rabbit_log instead of error_loggerHubert Plociniczak2008-08-292-6/+6
|
* TypoHubert Plociniczak2008-08-291-1/+1
|
* More info about the behaviour of rotate_logs commandHubert Plociniczak2008-08-291-2/+5
|
* When appending the old log file fails always tryHubert Plociniczak2008-08-293-6/+27
| | | | | | to create the handler. This can happen when the file we append to is not writable. Fixed missing case clause.
* Create suffix file even when the originalHubert Plociniczak2008-08-281-3/+6
| | | | one is empty or doesn't exist.
* Added few missing articlesHubert Plociniczak2008-08-274-10/+10
|
* Fixed spec definition. Renamed name() toHubert Plociniczak2008-08-274-4/+4
| | | | | binary_name() because of the conflict with definition in kernel/include/file.hrl
* Reverted BACKUP_EXTENSION variable.Hubert Plociniczak2008-08-272-2/+2
| | | | This change belongs to bug 19193
* Minor style changesHubert Plociniczak2008-08-272-13/+11
|
* Moved append operation inside init/1Hubert Plociniczak2008-08-266-47/+84
| | | | | in handlers' wrappers. Added comments, fixed various small things.
* Added wrappers around standard error_logger_file_hHubert Plociniczak2008-08-265-38/+157
| | | | | | | and sasl_report_file_h modules, because they were not expecting proper arguments in init/1 when swapping handlers. Renamed reopen_logs to rotate_logs.
* Used swap_handler mechanism provided inHubert Plociniczak2008-08-194-46/+48
| | | | | | | | error_logger to correctly reopen_logs. This creates another copy of the handler which has to be manually removed. Apparently the first one in the list is the old one. Updated man pages.
* Added optional argument that specifies the suffixHubert Plociniczak2008-08-183-11/+54
| | | | | | of the old log file. Using add_handler and delete_handler because swap_handlers doesn't behave as expected.
* Forgot to remove semicolonHubert Plociniczak2008-08-151-1/+1
|
* Fixed qa remarksHubert Plociniczak2008-08-152-17/+12
|
* Added reopen_logs command to man pagesHubert Plociniczak2008-08-141-0/+5
|
* Merge default into bug19200Hubert Plociniczak2008-08-1425-974/+390
|\
| * Merge the defaultsSimon MacMullen2008-08-1415-964/+95
| |\
| | * merge bug18994 into defaultMatthias Radestock2008-08-1415-964/+95
| | |\
| | | * more restrictive signature for rabbit_misc:r/3Matthias Radestock2008-08-141-2/+1
| | | |
| | | * cosmetic changesMatthias Radestock2008-08-146-19/+29
| | | |
| | | * merge default into bug18994Matthias Radestock2008-08-143-18/+14
| | | |\ | | | |/ | | |/|
| | | * Incorporated QA commentsBen Hood2008-08-111-12/+12
| | | |
| | | * Some more fixes for QA commentsBen Hood2008-08-063-5/+6
| | | |
| | | * Reverting unecessary changes in rabbit_amqqueueBen Hood2008-08-061-13/+10
| | | |
| | | * folded default user into default hostBen Hood2008-08-063-13/+5
| | | |
| | | * Fixing some QA remarksBen Hood2008-08-063-12/+16
| | | |
| | | * Deleted spec reference to permission typeBen Hood2008-08-051-6/+5
| | | |
| | | * Most recently declared queue was returning the entire resourceBen Hood2008-08-051-1/+1
| | | |
| | | * Fixed another error in the specsBen Hood2008-08-052-2/+2
| | | |
| | | * Put some spaces between the commas, left stuff that didnt get changed on ↵Ben Hood2008-08-053-13/+13
| | | | | | | | | | | | | | | | this branch
| | | * Fixed specification for declareBen Hood2008-08-052-11/+11
| | | |
| | | * Merged default into 18994Ben Hood2008-08-055-10/+6
| | | |\
| | | * | Removed some references to realmsBen Hood2008-08-042-13/+4
| | | | |
| | | * | Bug fix for basic-get, exposed by running qpid test suiteBen Hood2008-07-251-3/+1
| | | | |
| | | * | Merged default into bug18994Ben Hood2008-07-222-0/+9
| | | |\ \
| | | * | | Removed some unused fieldsBen Hood2008-07-224-52/+19
| | | | | |
| | | * | | Deleted a lot of stuff to do with permissionsBen Hood2008-07-222-117/+1
| | | | | |