Created
September 5, 2014 09:08
-
-
Save jhiemer/81053ae2631f58299b10 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /var/vcap/sys/log/ | |
root@7a996ffd-d7bf-48ec-91a5-d3de26c8fdc0:/var/vcap/sys/log# ls | |
compilation dea_logging_agent dea_next metron_agent warden | |
dea_ctl.err.log dea_logging_agent_ctl.err.log dir_server_ctl.err.log metron_agent_ctl.err.log warden_ctl.err.log | |
dea_ctl.log dea_logging_agent_ctl.log dir_server_ctl.log metron_agent_ctl.log warden_ctl.log | |
root@7a996ffd-d7bf-48ec-91a5-d3de26c8fdc0:/var/vcap/sys/log# cat *.log | |
------------ STARTING dea_ctl at Fri Sep 5 06:47:02 UTC 2014 -------------- | |
------------ STARTING dea_ctl at Fri Sep 5 06:47:02 UTC 2014 -------------- | |
rsyslog stop/waiting | |
rsyslog start/running, process 1815 | |
------------ STARTING dea_logging_agent_ctl at Fri Sep 5 06:47:04 UTC 2014 -------------- | |
------------ STARTING dea_logging_agent_ctl at Fri Sep 5 06:47:04 UTC 2014 -------------- | |
rsyslog stop/waiting | |
rsyslog start/running, process 1918 | |
------------ STARTING dir_server_ctl at Fri Sep 5 06:47:03 UTC 2014 -------------- | |
------------ STARTING dir_server_ctl at Fri Sep 5 06:47:03 UTC 2014 -------------- | |
rsyslog stop/waiting | |
rsyslog start/running, process 1864 | |
------------ STARTING metron_agent_ctl at Fri Sep 5 06:47:05 UTC 2014 -------------- | |
------------ STARTING metron_agent_ctl at Fri Sep 5 06:47:05 UTC 2014 -------------- | |
rsyslog stop/waiting | |
rsyslog start/running, process 1971 | |
------------ STARTING warden_ctl at Fri Sep 5 06:46:51 UTC 2014 -------------- | |
------------ STARTING warden_ctl at Fri Sep 5 06:46:51 UTC 2014 -------------- | |
net.ipv6.conf.all.disable_ipv6 = 1 | |
net.ipv6.conf.default.disable_ipv6 = 1 | |
root@7a996ffd-d7bf-48ec-91a5-d3de26c8fdc0:/var/vcap/sys/log# cat *.log | |
------------ STARTING dea_ctl at Fri Sep 5 06:47:02 UTC 2014 -------------- | |
------------ STARTING dea_ctl at Fri Sep 5 06:47:02 UTC 2014 -------------- | |
rsyslog stop/waiting | |
rsyslog start/running, process 1815 | |
------------ STARTING dea_logging_agent_ctl at Fri Sep 5 06:47:04 UTC 2014 -------------- | |
------------ STARTING dea_logging_agent_ctl at Fri Sep 5 06:47:04 UTC 2014 -------------- | |
rsyslog stop/waiting | |
rsyslog start/running, process 1918 | |
------------ STARTING dir_server_ctl at Fri Sep 5 06:47:03 UTC 2014 -------------- | |
------------ STARTING dir_server_ctl at Fri Sep 5 06:47:03 UTC 2014 -------------- | |
rsyslog stop/waiting | |
rsyslog start/running, process 1864 | |
------------ STARTING metron_agent_ctl at Fri Sep 5 06:47:05 UTC 2014 -------------- | |
------------ STARTING metron_agent_ctl at Fri Sep 5 06:47:05 UTC 2014 -------------- | |
rsyslog stop/waiting | |
rsyslog start/running, process 1971 | |
------------ STARTING warden_ctl at Fri Sep 5 06:46:51 UTC 2014 -------------- | |
------------ STARTING warden_ctl at Fri Sep 5 06:46:51 UTC 2014 -------------- | |
net.ipv6.conf.all.disable_ipv6 = 1 | |
net.ipv6.conf.default.disable_ipv6 = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment