Skip to content

Instantly share code, notes, and snippets.

@chetan
Last active January 2, 2016 18:09
Show Gist options
  • Save chetan/8341189 to your computer and use it in GitHub Desktop.
Save chetan/8341189 to your computer and use it in GitHub Desktop.
cat [email protected]
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
Starting RabbitMQ 3.1.5 on Erlang R14B04
Copyright (C) 2007-2013 GoPivotal, Inc.
Licensed under the MPL. See http://www.rabbitmq.com/
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
node : rabbit@host
home dir : /var/lib/rabbitmq
cookie hash : xxxx
log : /var/log/rabbitmq/[email protected]
sasl log : /var/log/rabbitmq/[email protected]
database dir : /var/lib/rabbitmq/mnesia/rabbit@host
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
Limiting to approx 924 file handles (829 sockets)
=WARNING REPORT==== 9-Jan-2014::20:12:28 ===
Converting legacy 'cluster_nodes' configuration
['rabbit@host','rabbit@host2']
to
{['rabbit@host2'],disc}.
Please update the configuration to the new format {Nodes, NodeType}, where Nodes contains the nodes that the node will try to cluster with, and NodeType is either 'disc' or 'ram'
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
Memory limit set to 2980MB of 7450MB total.
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
Disk free limit set to 1000MB
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
Adding vhost '/'
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
Creating user 'guest'
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
Setting user tags for user 'guest' to [administrator]
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
Setting permissions for 'guest' in '/' to '.*', '.*', '.*'
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
msg_store_transient: using rabbit_msg_store_ets_index to provide index
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
msg_store_persistent: using rabbit_msg_store_ets_index to provide index
=WARNING REPORT==== 9-Jan-2014::20:12:28 ===
msg_store_persistent: rebuilding indices from scratch
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
started TCP Listener on [::]:5672
=INFO REPORT==== 9-Jan-2014::20:12:28 ===
Server startup complete; 0 plugins started.
# fg
tail -f *
==> startup_err <==
==> [email protected] <==
=INFO REPORT==== 9-Jan-2014::20:34:22 ===
Starting RabbitMQ 3.2.2 on Erlang R14B04
Copyright (C) 2007-2013 GoPivotal, Inc.
Licensed under the MPL. See http://www.rabbitmq.com/
=INFO REPORT==== 9-Jan-2014::20:34:22 ===
node : rabbit@host1
home dir : /var/lib/rabbitmq
config file(s) : /etc/rabbitmq/rabbitmq.config
cookie hash : xxx
log : /var/log/rabbitmq/[email protected]
sasl log : /var/log/rabbitmq/[email protected]
database dir : /var/lib/rabbitmq/mnesia/rabbit@host1
=INFO REPORT==== 9-Jan-2014::20:34:22 ===
Limiting to approx 924 file handles (829 sockets)
=INFO REPORT==== 9-Jan-2014::20:34:22 ===
Memory limit set to 2980MB of 7450MB total.
=INFO REPORT==== 9-Jan-2014::20:34:22 ===
Disk free limit set to 50MB
=INFO REPORT==== 9-Jan-2014::20:34:22 ===
msg_store_transient: using rabbit_msg_store_ets_index to provide index
=INFO REPORT==== 9-Jan-2014::20:34:22 ===
msg_store_persistent: using rabbit_msg_store_ets_index to provide index
=INFO REPORT==== 9-Jan-2014::20:34:22 ===
started TCP Listener on [::]:5672
=INFO REPORT==== 9-Jan-2014::20:34:22 ===
Server startup complete; 0 plugins started.
==> startup_log <==
==> [email protected] <==
==> startup_log <==
==> [email protected] <==
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment