|
|
| Author |
Message |
|
| Guest |
Posted: Thu Jan 07, 2010 9:37 pm |
|
|
|
Guest
|
Is there a method to turn off rabbit's logging? I've poked around the documentation (administration guide), and have come up empty handed.
--
Mark Steele
Director of development
Bering Media Inc.
Post received from mailinglist |
|
|
| Back to top |
|
| Guest |
Posted: Thu Jan 07, 2010 10:16 pm |
|
|
|
Guest
|
|
| Back to top |
|
| Guest |
Posted: Thu Jan 07, 2010 10:33 pm |
|
|
|
Guest
|
On Thu, Jan 07, 2010 at 10:15:26PM +0000, Matthew Sackman wrote:
> On Thu, Jan 07, 2010 at 04:35:29PM -0500, Mark Steele wrote:
> > Is there a method to turn off rabbit's logging? I've poked around the
> > documentation (administration guide), and have come up empty handed.
>
> Nope. You could always just redirect the logs to /dev/null.
Actually, I've just done some more digging into this. If you put in your
/etc/rabbitmq/rabbitmq.conf
SERVER_START_ARGS="-kernel error_logger silent"
then you'll not get the main log. However, it's debatable whether that
should really work. You also can't turn of the sasl log from there (for
some reason). Much better is to edit your rabbitmq-server script and
change the two lines at the bottom which look like:
-kernel error_logger '{file,"'${RABBITMQ_LOGS}'"}' \
-sasl sasl_error_logger '{file,"'${RABBITMQ_SASL_LOGS}'"}' \
to
-kernel error_logger silent \
-sasl sasl_error_logger false \
Then you'll get rid of both of them.
Matthew
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss@lists.rabbitmq.com
http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
Post received from mailinglist |
|
|
| Back to top |
|
| timrila |
Posted: Tue Jun 12, 2012 7:21 am |
|
|
|
User
Joined: 28 Mar 2012
Posts: 32
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|