[jbosstools-issues] [JBoss JIRA] (JBIDE-15484) Provide support for scaled app when tailing log files

Andre Dietisheim (JIRA) jira-events at lists.jboss.org
Tue Sep 24 13:30:46 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-15484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12807002#comment-12807002 ] 

Andre Dietisheim edited comment on JBIDE-15484 at 9/24/13 1:30 PM:
-------------------------------------------------------------------

Once I scale the app up via

{code}
curl -H "Accept: application/xml; version=1.2" --user USERNAME:PASS https://openshift.redhat.com/broker/rest/domains/foogoo/applications/scaled/events -X POST -devent=scale-up
{code}

The outputs get different, but I currently dont fully get what's the difference exactly (need more inspection). To me it looks as if the output is just shorter without the *all gears* option.

* without the *all gears* option:
{code}
Loading....
==> haproxy/logs/haproxy.log <==
[WARNING] 266/122105 (10995) : config : log format ignored for proxy 'stats' since it has no log address.
[WARNING] 266/122105 (10995) : config : log format ignored for proxy 'express' since it has no log address.

==> haproxy/logs/scale_events.log <==
E, [2013-09-24T12:21:09.697498 #11633] ERROR -- : Failed to get information from haproxy
I, [2013-09-24T12:25:14.711990 #19549]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:25:19.197492 #20497]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:25:21.444776 #20890]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:54:44.782629 #23202]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:56:13.252776 #26741]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:56:17.754636 #26905]  INFO -- : Starting haproxy_ctld

==> haproxy/logs/validate_config.log <==

==> jbossas/logs/boot.log <==
	awt.toolkit = sun.awt.X11.XToolkit
	file.encoding = UTF-8
	file.encoding.pkg = sun.io
	file.separator = /
	java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
	java.awt.printerjob = sun.print.PSPrinterJob
	java.class.path = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/jboss-modules.jar
	java.class.version = 51.0
	java.endorsed.dirs = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/endorsed
	java.ext.dirs = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/ext:/usr/java/packages/lib/ext
	java.home = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre
	java.io.tmpdir = /tmp
	java.library.path = /usr/java/packages/lib/i386:/lib:/usr/lib
	java.net.preferIPv4Stack = true
	java.runtime.name = OpenJDK Runtime Environment
	java.runtime.version = 1.7.0_25-mockbuild_2013_08_20_10_49-b00
	java.specification.name = Java Platform API Specification
	java.specification.vendor = Oracle Corporation
	java.specification.version = 1.7
	java.util.logging.manager = org.jboss.logmanager.LogManager
	java.vendor = Oracle Corporation
	java.vendor.url = http://java.oracle.com/
	java.vendor.url.bug = http://bugreport.sun.com/bugreport/
	java.version = 1.7.0_25
	java.vm.info = mixed mode
	java.vm.name = OpenJDK Server VM
	java.vm.specification.name = Java Virtual Machine Specification
	java.vm.specification.vendor = Oracle Corporation
	java.vm.specification.version = 1.7
	java.vm.vendor = Oracle Corporation
	java.vm.version = 24.0-b50
	javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
	javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
	javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
	javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
	javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
	javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
	javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
	javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
	javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
	javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
	jboss.home.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas
	jboss.host.name = ex-std-node101
	jboss.modules.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/modules
	jboss.node.name = scaled-foogoo.rhcloud.com
	jboss.qualified.host.name = ex-std-node101.prod.rhcloud.com
	jboss.server.base.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone
	jboss.server.config.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/configuration
	jboss.server.data.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data
	jboss.server.deploy.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/content
	jboss.server.log.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/log
	jboss.server.name = ex-std-node101
	jboss.server.temp.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/tmp
	jgroups.bind_addr = 127.9.205.129
	line.separator = 

	logging.configuration = file:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/configuration/logging.properties
	module.path = /var/lib/openshift/5241bbcd5973cabae700066c/app-root/runtime/repo//.openshift/config/modules:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas//modules
	org.apache.coyote.http11.Http11Protocol.COMPRESSION = on
	org.apache.tomcat.util.LOW_MEMORY = true
	org.jboss.boot.log.file = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/log/boot.log
	org.jboss.resolver.warning = true
	org.xml.sax.driver = __redirected.__XMLReaderFactory
	os.arch = i386
	os.name = Linux
	os.version = 2.6.32-358.18.1.el6.x86_64
	path.separator = :
	sun.arch.data.model = 32
	sun.boot.class.path = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/alt-rt.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/resources.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/rt.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/jsse.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/jce.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/charsets.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/netx.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/plugin.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/rhino.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/jfr.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/classes
	sun.boot.library.path = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/i386
	sun.cpu.endian = little
	sun.cpu.isalist = 
	sun.io.unicode.encoding = UnicodeLittle
	sun.java.command = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/jboss-modules.jar -mp /var/lib/openshift/5241bbcd5973cabae700066c/app-root/runtime/repo//.openshift/config/modules:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas//modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas
	sun.java.launcher = SUN_STANDARD
	sun.jnu.encoding = ANSI_X3.4-1968
	sun.management.compiler = HotSpot Tiered Compilers
	sun.os.patch.level = unknown
	user.country = US
	user.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas
	user.home = /var/lib/openshift/5241bbcd5973cabae700066c
	user.language = en
	user.name = 5241bbcd5973cabae700066c
	user.timezone = America/New_York
12:25:27,704 DEBUG [org.jboss.as.config] VM Arguments: -D[Standalone] -XX:+TieredCompilation -Xmx256m -XX:MaxPermSize=102m -XX:+AggressiveOpts -Dorg.apache.tomcat.util.LOW_MEMORY=true -DOPENSHIFT_APP_UUID=5241bbcd5973cabae700066c -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -Djboss.node.name=scaled-foogoo.rhcloud.com -Djgroups.bind_addr=127.9.205.129 -Dorg.apache.coyote.http11.Http11Protocol.COMPRESSION=on -Dorg.jboss.boot.log.file=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/log/boot.log -Dlogging.configuration=file:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/configuration/logging.properties 
12:25:33,869 WARN  [org.jboss.as.server] JBAS015883: No security realm defined for native management service; all access will be unrestricted.
12:25:33,962 INFO  [org.xnio] XNIO Version 3.0.3.GA
12:25:34,022 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
12:25:34,023 WARN  [org.jboss.as.server] JBAS015884: No security realm defined for http management service; all access will be unrestricted.
12:25:34,055 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
12:25:34,155 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
12:25:34,480 INFO  [org.jboss.as.configadmin] JBAS016200: Activating ConfigAdmin Subsystem
12:25:34,537 INFO  [org.jboss.as.clustering.infinispan] JBAS010280: Activating Infinispan subsystem.
12:25:34,560 INFO  [org.jboss.as.jacorb] JBAS016300: Activating JacORB Subsystem
12:25:34,726 INFO  [org.jboss.as.naming] JBAS011800: Activating Naming Subsystem
12:25:34,734 INFO  [org.jboss.as.osgi] JBAS011940: Activating OSGi Subsystem
12:25:34,929 INFO  [org.jboss.as.clustering.jgroups] JBAS010260: Activating JGroups subsystem.
12:25:34,852 INFO  [org.jboss.as.security] JBAS013101: Activating Security Subsystem
12:25:34,964 INFO  [org.jboss.as.webservices] JBAS015537: Activating WebServices Extension
12:25:35,159 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers

==> jbossas/logs/server.log <==
2013/09/24 12:25:35,604 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on /127.9.205.129:9999
2013/09/24 12:25:36,318 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default]
2013/09/24 12:25:36,397 INFO  [org.jboss.as.security] (MSC service thread 1-3) JBAS013100: Current PicketBox version=4.0.7.Final
2013/09/24 12:25:36,693 INFO  [org.jboss.jaxr] (MSC service thread 1-1) JBAS014000: Started JAXR subsystem, binding JAXR connection factory into JNDI as: java:jboss/jaxr/ConnectionFactory
2013/09/24 12:25:36,921 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
2013/09/24 12:25:37,031 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.9.205.129:4447
2013/09/24 12:25:37,152 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
2013/09/24 12:25:37,528 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 8.4)
2013/09/24 12:25:38,118 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-4) JBoss Web Services - Stack CXF Server 4.0.2.GA
2013/09/24 12:25:38,216 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http--127.9.205.129-8080
2013/09/24 12:25:38,553 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 38) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
2013/09/24 12:25:38,589 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 38) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
2013/09/24 12:25:39,869 INFO  [org.jboss.as.jacorb] (MSC service thread 1-3) JBAS016330: CORBA ORB Service started
2013/09/24 12:25:40,847 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/deployments
2013/09/24 12:25:41,400 WARN  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
2013/09/24 12:25:41,633 INFO  [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
2013/09/24 12:25:41,714 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
2013/09/24 12:25:41,717 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messagingjournal,bindingsDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messagingbindings,largeMessagesDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messaginglargemessages,pagingDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messagingpaging)
2013/09/24 12:25:41,724 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) Waiting to obtain live lock
2013/09/24 12:25:41,807 INFO  [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (MSC service thread 1-4) Using NIO Journal
2013/09/24 12:25:42,132 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-4) Waiting to obtain live lock
2013/09/24 12:25:42,133 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-4) Live Server Obtained live lock
2013/09/24 12:25:43,207 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-4) Started Netty Acceptor version 3.2.5.Final-a96d88c 127.9.205.129:5455 for CORE protocol
2013/09/24 12:25:43,209 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-4) Started Netty Acceptor version 3.2.5.Final-a96d88c 127.9.205.129:5445 for CORE protocol
2013/09/24 12:25:43,211 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) Server is now live
2013/09/24 12:25:43,212 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [f4830bdb-2535-11e3-b75c-12313806f651]) started
2013/09/24 12:25:43,298 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
2013/09/24 12:25:43,316 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:/RemoteConnectionFactory
2013/09/24 12:25:43,344 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-2) trying to deploy queue jms.topic.testTopic
2013/09/24 12:25:43,816 INFO  [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:/topic/test
2013/09/24 12:25:43,823 INFO  [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/topic/test
2013/09/24 12:25:43,869 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-3) trying to deploy queue jms.queue.testQueue
2013/09/24 12:25:43,864 INFO  [org.jboss.as.deployment.connector] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
2013/09/24 12:25:43,930 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011601: Bound messaging object to jndi name java:/queue/test
2013/09/24 12:25:43,936 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/test
2013/09/24 12:25:43,938 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
2013/09/24 12:25:43,968 INFO  [org.hornetq.ra.HornetQResourceAdapter] (MSC service thread 1-1) HornetQ resource adaptor started
2013/09/24 12:25:43,969 INFO  [org.jboss.as.connector.services.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
2013/09/24 12:25:43,973 INFO  [org.jboss.as.deployment.connector] (MSC service thread 1-3) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
2013/09/24 12:25:44,239 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ROOT.war"
2013/09/24 12:25:47,744 INFO  [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: 
2013/09/24 12:25:47,767 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015951: Admin console listening on http://127.9.205.129:9990
2013/09/24 12:25:47,768 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 23701ms - Started 212 of 331 services (116 services are passive or on-demand)
2013/09/24 12:25:47,985 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "ROOT.war"
{code}

* with the *all gears* option:
{code}
Loading....
==> haproxy/logs/haproxy.log <==
[WARNING] 266/122105 (10995) : config : log format ignored for proxy 'stats' since it has no log address.
[WARNING] 266/122105 (10995) : config : log format ignored for proxy 'express' since it has no log address.

==> haproxy/logs/scale_events.log <==
E, [2013-09-24T12:21:09.697498 #11633] ERROR -- : Failed to get information from haproxy
I, [2013-09-24T12:25:14.711990 #19549]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:25:19.197492 #20497]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:25:21.444776 #20890]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:54:44.782629 #23202]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:56:13.252776 #26741]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:56:17.754636 #26905]  INFO -- : Starting haproxy_ctld

==> haproxy/logs/validate_config.log <==

==> jbossas/logs/boot.log <==
12:25:34,155 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
12:25:34,480 INFO  [org.jboss.as.configadmin] JBAS016200: Activating ConfigAdmin Subsystem
12:25:34,537 INFO  [org.jboss.as.clustering.infinispan] JBAS010280: Activating Infinispan subsystem.
12:25:34,560 INFO  [org.jboss.as.jacorb] JBAS016300: Activating JacORB Subsystem
12:25:34,726 INFO  [org.jboss.as.naming] JBAS011800: Activating Naming Subsystem
12:25:34,734 INFO  [org.jboss.as.osgi] JBAS011940: Activating OSGi Subsystem
12:25:34,929 INFO  [org.jboss.as.clustering.jgroups] JBAS010260: Activating JGroups subsystem.
12:25:34,852 INFO  [org.jboss.as.security] JBAS013101: Activating Security Subsystem
12:25:34,964 INFO  [org.jboss.as.webservices] JBAS015537: Activating WebServices Extension
12:25:35,159 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers

==> jbossas/logs/server.log <==
2013/09/24 12:25:43,936 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/test
2013/09/24 12:25:43,938 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
2013/09/24 12:25:43,968 INFO  [org.hornetq.ra.HornetQResourceAdapter] (MSC service thread 1-1) HornetQ resource adaptor started
2013/09/24 12:25:43,969 INFO  [org.jboss.as.connector.services.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
2013/09/24 12:25:43,973 INFO  [org.jboss.as.deployment.connector] (MSC service thread 1-3) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
2013/09/24 12:25:44,239 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ROOT.war"
2013/09/24 12:25:47,744 INFO  [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: 
2013/09/24 12:25:47,767 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015951: Admin console listening on http://127.9.205.129:9990
2013/09/24 12:25:47,768 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 23701ms - Started 212 of 331 services (116 services are passive or on-demand)
2013/09/24 12:25:47,985 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "ROOT.war"
{code}

Diff'ing both outputs I see that the tailing with the *all gears* option simply shows less:

{code}
diff -p1 /tmp/scaled-allgears.txt /tmp/scaled-notallgears.txt 
*** /tmp/scaled-allgears.txt	2013-09-24 19:08:56.377881505 +0200
--- /tmp/scaled-notallgears.txt	2013-09-24 18:57:35.593563312 +0200
*************** I, [2013-09-24T12:56:17.754636 #26905]
*** 17,18 ****
--- 17,108 ----
  ==> jbossas/logs/boot.log <==
+ 	awt.toolkit = sun.awt.X11.XToolkit
+ 	file.encoding = UTF-8
+ 	file.encoding.pkg = sun.io
+ 	file.separator = /
+ 	java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
+ 	java.awt.printerjob = sun.print.PSPrinterJob
+ 	java.class.path = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/jboss-modules.jar
+ 	java.class.version = 51.0
+ 	java.endorsed.dirs = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/endorsed
+ 	java.ext.dirs = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/ext:/usr/java/packages/lib/ext
+ 	java.home = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre
+ 	java.io.tmpdir = /tmp
+ 	java.library.path = /usr/java/packages/lib/i386:/lib:/usr/lib
+ 	java.net.preferIPv4Stack = true
+ 	java.runtime.name = OpenJDK Runtime Environment
+ 	java.runtime.version = 1.7.0_25-mockbuild_2013_08_20_10_49-b00
+ 	java.specification.name = Java Platform API Specification
+ 	java.specification.vendor = Oracle Corporation
+ 	java.specification.version = 1.7
+ 	java.util.logging.manager = org.jboss.logmanager.LogManager
+ 	java.vendor = Oracle Corporation
+ 	java.vendor.url = http://java.oracle.com/
+ 	java.vendor.url.bug = http://bugreport.sun.com/bugreport/
+ 	java.version = 1.7.0_25
+ 	java.vm.info = mixed mode
+ 	java.vm.name = OpenJDK Server VM
+ 	java.vm.specification.name = Java Virtual Machine Specification
+ 	java.vm.specification.vendor = Oracle Corporation
+ 	java.vm.specification.version = 1.7
+ 	java.vm.vendor = Oracle Corporation
+ 	java.vm.version = 24.0-b50
+ 	javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
+ 	javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
+ 	javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
+ 	javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
+ 	javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
+ 	javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
+ 	javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
+ 	javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
+ 	javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
+ 	javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
+ 	jboss.home.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas
+ 	jboss.host.name = ex-std-node101
+ 	jboss.modules.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/modules
+ 	jboss.node.name = scaled-foogoo.rhcloud.com
+ 	jboss.qualified.host.name = ex-std-node101.prod.rhcloud.com
+ 	jboss.server.base.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone
+ 	jboss.server.config.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/configuration
+ 	jboss.server.data.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data
+ 	jboss.server.deploy.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/content
+ 	jboss.server.log.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/log
+ 	jboss.server.name = ex-std-node101
+ 	jboss.server.temp.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/tmp
+ 	jgroups.bind_addr = 127.9.205.129
+ 	line.separator = 
+ 
+ 	logging.configuration = file:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/configuration/logging.properties
+ 	module.path = /var/lib/openshift/5241bbcd5973cabae700066c/app-root/runtime/repo//.openshift/config/modules:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas//modules
+ 	org.apache.coyote.http11.Http11Protocol.COMPRESSION = on
+ 	org.apache.tomcat.util.LOW_MEMORY = true
+ 	org.jboss.boot.log.file = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/log/boot.log
+ 	org.jboss.resolver.warning = true
+ 	org.xml.sax.driver = __redirected.__XMLReaderFactory
+ 	os.arch = i386
+ 	os.name = Linux
+ 	os.version = 2.6.32-358.18.1.el6.x86_64
+ 	path.separator = :
+ 	sun.arch.data.model = 32
+ 	sun.boot.class.path = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/alt-rt.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/resources.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/rt.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/jsse.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/jce.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/charsets.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/netx.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/plugin.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/rhino.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/jfr.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/classes
+ 	sun.boot.library.path = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/i386
+ 	sun.cpu.endian = little
+ 	sun.cpu.isalist = 
+ 	sun.io.unicode.encoding = UnicodeLittle
+ 	sun.java.command = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/jboss-modules.jar -mp /var/lib/openshift/5241bbcd5973cabae700066c/app-root/runtime/repo//.openshift/config/modules:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas//modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas
+ 	sun.java.launcher = SUN_STANDARD
+ 	sun.jnu.encoding = ANSI_X3.4-1968
+ 	sun.management.compiler = HotSpot Tiered Compilers
+ 	sun.os.patch.level = unknown
+ 	user.country = US
+ 	user.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas
+ 	user.home = /var/lib/openshift/5241bbcd5973cabae700066c
+ 	user.language = en
+ 	user.name = 5241bbcd5973cabae700066c
+ 	user.timezone = America/New_York
+ 12:25:27,704 DEBUG [org.jboss.as.config] VM Arguments: -D[Standalone] -XX:+TieredCompilation -Xmx256m -XX:MaxPermSize=102m -XX:+AggressiveOpts -Dorg.apache.tomcat.util.LOW_MEMORY=true -DOPENSHIFT_APP_UUID=5241bbcd5973cabae700066c -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -Djboss.node.name=scaled-foogoo.rhcloud.com -Djgroups.bind_addr=127.9.205.129 -Dorg.apache.coyote.http11.Http11Protocol.COMPRESSION=on -Dorg.jboss.boot.log.file=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/log/boot.log -Dlogging.configuration=file:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/configuration/logging.properties 
+ 12:25:33,869 WARN  [org.jboss.as.server] JBAS015883: No security realm defined for native management service; all access will be unrestricted.
+ 12:25:33,962 INFO  [org.xnio] XNIO Version 3.0.3.GA
+ 12:25:34,022 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
+ 12:25:34,023 WARN  [org.jboss.as.server] JBAS015884: No security realm defined for http management service; all access will be unrestricted.
+ 12:25:34,055 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
  12:25:34,155 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
*************** I, [2013-09-24T12:56:17.754636 #26905]
*** 29,30 ****
--- 119,154 ----
  ==> jbossas/logs/server.log <==
+ 2013/09/24 12:25:35,604 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on /127.9.205.129:9999
+ 2013/09/24 12:25:36,318 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default]
+ 2013/09/24 12:25:36,397 INFO  [org.jboss.as.security] (MSC service thread 1-3) JBAS013100: Current PicketBox version=4.0.7.Final
+ 2013/09/24 12:25:36,693 INFO  [org.jboss.jaxr] (MSC service thread 1-1) JBAS014000: Started JAXR subsystem, binding JAXR connection factory into JNDI as: java:jboss/jaxr/ConnectionFactory
+ 2013/09/24 12:25:36,921 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
+ 2013/09/24 12:25:37,031 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.9.205.129:4447
+ 2013/09/24 12:25:37,152 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
+ 2013/09/24 12:25:37,528 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 8.4)
+ 2013/09/24 12:25:38,118 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-4) JBoss Web Services - Stack CXF Server 4.0.2.GA
+ 2013/09/24 12:25:38,216 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http--127.9.205.129-8080
+ 2013/09/24 12:25:38,553 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 38) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
+ 2013/09/24 12:25:38,589 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 38) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
+ 2013/09/24 12:25:39,869 INFO  [org.jboss.as.jacorb] (MSC service thread 1-3) JBAS016330: CORBA ORB Service started
+ 2013/09/24 12:25:40,847 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/deployments
+ 2013/09/24 12:25:41,400 WARN  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
+ 2013/09/24 12:25:41,633 INFO  [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
+ 2013/09/24 12:25:41,714 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
+ 2013/09/24 12:25:41,717 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messagingjournal,bindingsDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messagingbindings,largeMessagesDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messaginglargemessages,pagingDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messagingpaging)
+ 2013/09/24 12:25:41,724 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) Waiting to obtain live lock
+ 2013/09/24 12:25:41,807 INFO  [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (MSC service thread 1-4) Using NIO Journal
+ 2013/09/24 12:25:42,132 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-4) Waiting to obtain live lock
+ 2013/09/24 12:25:42,133 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-4) Live Server Obtained live lock
+ 2013/09/24 12:25:43,207 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-4) Started Netty Acceptor version 3.2.5.Final-a96d88c 127.9.205.129:5455 for CORE protocol
+ 2013/09/24 12:25:43,209 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-4) Started Netty Acceptor version 3.2.5.Final-a96d88c 127.9.205.129:5445 for CORE protocol
+ 2013/09/24 12:25:43,211 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) Server is now live
+ 2013/09/24 12:25:43,212 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [f4830bdb-2535-11e3-b75c-12313806f651]) started
+ 2013/09/24 12:25:43,298 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
+ 2013/09/24 12:25:43,316 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:/RemoteConnectionFactory
+ 2013/09/24 12:25:43,344 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-2) trying to deploy queue jms.topic.testTopic
+ 2013/09/24 12:25:43,816 INFO  [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:/topic/test
+ 2013/09/24 12:25:43,823 INFO  [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/topic/test
+ 2013/09/24 12:25:43,869 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-3) trying to deploy queue jms.queue.testQueue
+ 2013/09/24 12:25:43,864 INFO  [org.jboss.as.deployment.connector] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
+ 2013/09/24 12:25:43,930 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011601: Bound messaging object to jndi name java:/queue/test
  2013/09/24 12:25:43,936 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/test
{code}

I see the very same behaviour when running rhc ssh with or without the --gears options (*rhc ssh scaled 'tail -f 100 */logs/*'* vs *rhc ssh scaled --gears 'tail -f 100 */logs/*'*;

So my question persists: it looks like as with and without the option you still get haproxy- + server-logs. What do I miss?
                
      was (Author: adietish):
    Once I scale the app up via

{code}
curl -H "Accept: application/xml; version=1.2" --user USERNAME:PASS https://openshift.redhat.com/broker/rest/domains/foogoo/applications/scaled/events -X POST -devent=scale-up
{code}

The outputs get different, but I currently dont fully get what's the difference exactly (need more inspection). To me it looks as if the output is just shorter without the *all gears* option.

* without the *all gears* option:
{code}
Loading....
==> haproxy/logs/haproxy.log <==
[WARNING] 266/122105 (10995) : config : log format ignored for proxy 'stats' since it has no log address.
[WARNING] 266/122105 (10995) : config : log format ignored for proxy 'express' since it has no log address.

==> haproxy/logs/scale_events.log <==
E, [2013-09-24T12:21:09.697498 #11633] ERROR -- : Failed to get information from haproxy
I, [2013-09-24T12:25:14.711990 #19549]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:25:19.197492 #20497]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:25:21.444776 #20890]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:54:44.782629 #23202]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:56:13.252776 #26741]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:56:17.754636 #26905]  INFO -- : Starting haproxy_ctld

==> haproxy/logs/validate_config.log <==

==> jbossas/logs/boot.log <==
	awt.toolkit = sun.awt.X11.XToolkit
	file.encoding = UTF-8
	file.encoding.pkg = sun.io
	file.separator = /
	java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
	java.awt.printerjob = sun.print.PSPrinterJob
	java.class.path = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/jboss-modules.jar
	java.class.version = 51.0
	java.endorsed.dirs = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/endorsed
	java.ext.dirs = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/ext:/usr/java/packages/lib/ext
	java.home = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre
	java.io.tmpdir = /tmp
	java.library.path = /usr/java/packages/lib/i386:/lib:/usr/lib
	java.net.preferIPv4Stack = true
	java.runtime.name = OpenJDK Runtime Environment
	java.runtime.version = 1.7.0_25-mockbuild_2013_08_20_10_49-b00
	java.specification.name = Java Platform API Specification
	java.specification.vendor = Oracle Corporation
	java.specification.version = 1.7
	java.util.logging.manager = org.jboss.logmanager.LogManager
	java.vendor = Oracle Corporation
	java.vendor.url = http://java.oracle.com/
	java.vendor.url.bug = http://bugreport.sun.com/bugreport/
	java.version = 1.7.0_25
	java.vm.info = mixed mode
	java.vm.name = OpenJDK Server VM
	java.vm.specification.name = Java Virtual Machine Specification
	java.vm.specification.vendor = Oracle Corporation
	java.vm.specification.version = 1.7
	java.vm.vendor = Oracle Corporation
	java.vm.version = 24.0-b50
	javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
	javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
	javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
	javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
	javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
	javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
	javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
	javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
	javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
	javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
	jboss.home.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas
	jboss.host.name = ex-std-node101
	jboss.modules.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/modules
	jboss.node.name = scaled-foogoo.rhcloud.com
	jboss.qualified.host.name = ex-std-node101.prod.rhcloud.com
	jboss.server.base.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone
	jboss.server.config.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/configuration
	jboss.server.data.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data
	jboss.server.deploy.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/content
	jboss.server.log.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/log
	jboss.server.name = ex-std-node101
	jboss.server.temp.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/tmp
	jgroups.bind_addr = 127.9.205.129
	line.separator = 

	logging.configuration = file:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/configuration/logging.properties
	module.path = /var/lib/openshift/5241bbcd5973cabae700066c/app-root/runtime/repo//.openshift/config/modules:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas//modules
	org.apache.coyote.http11.Http11Protocol.COMPRESSION = on
	org.apache.tomcat.util.LOW_MEMORY = true
	org.jboss.boot.log.file = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/log/boot.log
	org.jboss.resolver.warning = true
	org.xml.sax.driver = __redirected.__XMLReaderFactory
	os.arch = i386
	os.name = Linux
	os.version = 2.6.32-358.18.1.el6.x86_64
	path.separator = :
	sun.arch.data.model = 32
	sun.boot.class.path = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/alt-rt.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/resources.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/rt.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/jsse.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/jce.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/charsets.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/netx.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/plugin.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/rhino.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/jfr.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/classes
	sun.boot.library.path = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/i386
	sun.cpu.endian = little
	sun.cpu.isalist = 
	sun.io.unicode.encoding = UnicodeLittle
	sun.java.command = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/jboss-modules.jar -mp /var/lib/openshift/5241bbcd5973cabae700066c/app-root/runtime/repo//.openshift/config/modules:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas//modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas
	sun.java.launcher = SUN_STANDARD
	sun.jnu.encoding = ANSI_X3.4-1968
	sun.management.compiler = HotSpot Tiered Compilers
	sun.os.patch.level = unknown
	user.country = US
	user.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas
	user.home = /var/lib/openshift/5241bbcd5973cabae700066c
	user.language = en
	user.name = 5241bbcd5973cabae700066c
	user.timezone = America/New_York
12:25:27,704 DEBUG [org.jboss.as.config] VM Arguments: -D[Standalone] -XX:+TieredCompilation -Xmx256m -XX:MaxPermSize=102m -XX:+AggressiveOpts -Dorg.apache.tomcat.util.LOW_MEMORY=true -DOPENSHIFT_APP_UUID=5241bbcd5973cabae700066c -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -Djboss.node.name=scaled-foogoo.rhcloud.com -Djgroups.bind_addr=127.9.205.129 -Dorg.apache.coyote.http11.Http11Protocol.COMPRESSION=on -Dorg.jboss.boot.log.file=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/log/boot.log -Dlogging.configuration=file:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/configuration/logging.properties 
12:25:33,869 WARN  [org.jboss.as.server] JBAS015883: No security realm defined for native management service; all access will be unrestricted.
12:25:33,962 INFO  [org.xnio] XNIO Version 3.0.3.GA
12:25:34,022 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
12:25:34,023 WARN  [org.jboss.as.server] JBAS015884: No security realm defined for http management service; all access will be unrestricted.
12:25:34,055 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
12:25:34,155 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
12:25:34,480 INFO  [org.jboss.as.configadmin] JBAS016200: Activating ConfigAdmin Subsystem
12:25:34,537 INFO  [org.jboss.as.clustering.infinispan] JBAS010280: Activating Infinispan subsystem.
12:25:34,560 INFO  [org.jboss.as.jacorb] JBAS016300: Activating JacORB Subsystem
12:25:34,726 INFO  [org.jboss.as.naming] JBAS011800: Activating Naming Subsystem
12:25:34,734 INFO  [org.jboss.as.osgi] JBAS011940: Activating OSGi Subsystem
12:25:34,929 INFO  [org.jboss.as.clustering.jgroups] JBAS010260: Activating JGroups subsystem.
12:25:34,852 INFO  [org.jboss.as.security] JBAS013101: Activating Security Subsystem
12:25:34,964 INFO  [org.jboss.as.webservices] JBAS015537: Activating WebServices Extension
12:25:35,159 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers

==> jbossas/logs/server.log <==
2013/09/24 12:25:35,604 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on /127.9.205.129:9999
2013/09/24 12:25:36,318 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default]
2013/09/24 12:25:36,397 INFO  [org.jboss.as.security] (MSC service thread 1-3) JBAS013100: Current PicketBox version=4.0.7.Final
2013/09/24 12:25:36,693 INFO  [org.jboss.jaxr] (MSC service thread 1-1) JBAS014000: Started JAXR subsystem, binding JAXR connection factory into JNDI as: java:jboss/jaxr/ConnectionFactory
2013/09/24 12:25:36,921 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
2013/09/24 12:25:37,031 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.9.205.129:4447
2013/09/24 12:25:37,152 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
2013/09/24 12:25:37,528 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 8.4)
2013/09/24 12:25:38,118 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-4) JBoss Web Services - Stack CXF Server 4.0.2.GA
2013/09/24 12:25:38,216 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http--127.9.205.129-8080
2013/09/24 12:25:38,553 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 38) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
2013/09/24 12:25:38,589 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 38) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
2013/09/24 12:25:39,869 INFO  [org.jboss.as.jacorb] (MSC service thread 1-3) JBAS016330: CORBA ORB Service started
2013/09/24 12:25:40,847 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/deployments
2013/09/24 12:25:41,400 WARN  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
2013/09/24 12:25:41,633 INFO  [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
2013/09/24 12:25:41,714 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
2013/09/24 12:25:41,717 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messagingjournal,bindingsDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messagingbindings,largeMessagesDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messaginglargemessages,pagingDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messagingpaging)
2013/09/24 12:25:41,724 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) Waiting to obtain live lock
2013/09/24 12:25:41,807 INFO  [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (MSC service thread 1-4) Using NIO Journal
2013/09/24 12:25:42,132 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-4) Waiting to obtain live lock
2013/09/24 12:25:42,133 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-4) Live Server Obtained live lock
2013/09/24 12:25:43,207 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-4) Started Netty Acceptor version 3.2.5.Final-a96d88c 127.9.205.129:5455 for CORE protocol
2013/09/24 12:25:43,209 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-4) Started Netty Acceptor version 3.2.5.Final-a96d88c 127.9.205.129:5445 for CORE protocol
2013/09/24 12:25:43,211 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) Server is now live
2013/09/24 12:25:43,212 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [f4830bdb-2535-11e3-b75c-12313806f651]) started
2013/09/24 12:25:43,298 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
2013/09/24 12:25:43,316 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:/RemoteConnectionFactory
2013/09/24 12:25:43,344 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-2) trying to deploy queue jms.topic.testTopic
2013/09/24 12:25:43,816 INFO  [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:/topic/test
2013/09/24 12:25:43,823 INFO  [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/topic/test
2013/09/24 12:25:43,869 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-3) trying to deploy queue jms.queue.testQueue
2013/09/24 12:25:43,864 INFO  [org.jboss.as.deployment.connector] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
2013/09/24 12:25:43,930 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011601: Bound messaging object to jndi name java:/queue/test
2013/09/24 12:25:43,936 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/test
2013/09/24 12:25:43,938 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
2013/09/24 12:25:43,968 INFO  [org.hornetq.ra.HornetQResourceAdapter] (MSC service thread 1-1) HornetQ resource adaptor started
2013/09/24 12:25:43,969 INFO  [org.jboss.as.connector.services.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
2013/09/24 12:25:43,973 INFO  [org.jboss.as.deployment.connector] (MSC service thread 1-3) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
2013/09/24 12:25:44,239 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ROOT.war"
2013/09/24 12:25:47,744 INFO  [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: 
2013/09/24 12:25:47,767 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015951: Admin console listening on http://127.9.205.129:9990
2013/09/24 12:25:47,768 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 23701ms - Started 212 of 331 services (116 services are passive or on-demand)
2013/09/24 12:25:47,985 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "ROOT.war"
{code}

* with the *all gears* option:
{code}
Loading....
==> haproxy/logs/haproxy.log <==
[WARNING] 266/122105 (10995) : config : log format ignored for proxy 'stats' since it has no log address.
[WARNING] 266/122105 (10995) : config : log format ignored for proxy 'express' since it has no log address.

==> haproxy/logs/scale_events.log <==
E, [2013-09-24T12:21:09.697498 #11633] ERROR -- : Failed to get information from haproxy
I, [2013-09-24T12:25:14.711990 #19549]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:25:19.197492 #20497]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:25:21.444776 #20890]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:54:44.782629 #23202]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:56:13.252776 #26741]  INFO -- : Starting haproxy_ctld
I, [2013-09-24T12:56:17.754636 #26905]  INFO -- : Starting haproxy_ctld

==> haproxy/logs/validate_config.log <==

==> jbossas/logs/boot.log <==
12:25:34,155 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
12:25:34,480 INFO  [org.jboss.as.configadmin] JBAS016200: Activating ConfigAdmin Subsystem
12:25:34,537 INFO  [org.jboss.as.clustering.infinispan] JBAS010280: Activating Infinispan subsystem.
12:25:34,560 INFO  [org.jboss.as.jacorb] JBAS016300: Activating JacORB Subsystem
12:25:34,726 INFO  [org.jboss.as.naming] JBAS011800: Activating Naming Subsystem
12:25:34,734 INFO  [org.jboss.as.osgi] JBAS011940: Activating OSGi Subsystem
12:25:34,929 INFO  [org.jboss.as.clustering.jgroups] JBAS010260: Activating JGroups subsystem.
12:25:34,852 INFO  [org.jboss.as.security] JBAS013101: Activating Security Subsystem
12:25:34,964 INFO  [org.jboss.as.webservices] JBAS015537: Activating WebServices Extension
12:25:35,159 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers

==> jbossas/logs/server.log <==
2013/09/24 12:25:43,936 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/test
2013/09/24 12:25:43,938 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:/ConnectionFactory
2013/09/24 12:25:43,968 INFO  [org.hornetq.ra.HornetQResourceAdapter] (MSC service thread 1-1) HornetQ resource adaptor started
2013/09/24 12:25:43,969 INFO  [org.jboss.as.connector.services.ResourceAdapterActivatorService$ResourceAdapterActivator] (MSC service thread 1-1) IJ020002: Deployed: file://RaActivatorhornetq-ra
2013/09/24 12:25:43,973 INFO  [org.jboss.as.deployment.connector] (MSC service thread 1-3) JBAS010401: Bound JCA ConnectionFactory [java:/JmsXA]
2013/09/24 12:25:44,239 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "ROOT.war"
2013/09/24 12:25:47,744 INFO  [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: 
2013/09/24 12:25:47,767 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015951: Admin console listening on http://127.9.205.129:9990
2013/09/24 12:25:47,768 INFO  [org.jboss.as] (MSC service thread 1-4) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 23701ms - Started 212 of 331 services (116 services are passive or on-demand)
2013/09/24 12:25:47,985 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "ROOT.war"
{code}

Diff'ing both outputs I see that the tailing with the *all gears* option simply shows less:

{code}
diff -p1 /tmp/scaled-allgears.txt /tmp/scaled-notallgears.txt 
*** /tmp/scaled-allgears.txt	2013-09-24 19:08:56.377881505 +0200
--- /tmp/scaled-notallgears.txt	2013-09-24 18:57:35.593563312 +0200
*************** I, [2013-09-24T12:56:17.754636 #26905]
*** 17,18 ****
--- 17,108 ----
  ==> jbossas/logs/boot.log <==
+ 	awt.toolkit = sun.awt.X11.XToolkit
+ 	file.encoding = UTF-8
+ 	file.encoding.pkg = sun.io
+ 	file.separator = /
+ 	java.awt.graphicsenv = sun.awt.X11GraphicsEnvironment
+ 	java.awt.printerjob = sun.print.PSPrinterJob
+ 	java.class.path = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/jboss-modules.jar
+ 	java.class.version = 51.0
+ 	java.endorsed.dirs = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/endorsed
+ 	java.ext.dirs = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/ext:/usr/java/packages/lib/ext
+ 	java.home = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre
+ 	java.io.tmpdir = /tmp
+ 	java.library.path = /usr/java/packages/lib/i386:/lib:/usr/lib
+ 	java.net.preferIPv4Stack = true
+ 	java.runtime.name = OpenJDK Runtime Environment
+ 	java.runtime.version = 1.7.0_25-mockbuild_2013_08_20_10_49-b00
+ 	java.specification.name = Java Platform API Specification
+ 	java.specification.vendor = Oracle Corporation
+ 	java.specification.version = 1.7
+ 	java.util.logging.manager = org.jboss.logmanager.LogManager
+ 	java.vendor = Oracle Corporation
+ 	java.vendor.url = http://java.oracle.com/
+ 	java.vendor.url.bug = http://bugreport.sun.com/bugreport/
+ 	java.version = 1.7.0_25
+ 	java.vm.info = mixed mode
+ 	java.vm.name = OpenJDK Server VM
+ 	java.vm.specification.name = Java Virtual Machine Specification
+ 	java.vm.specification.vendor = Oracle Corporation
+ 	java.vm.specification.version = 1.7
+ 	java.vm.vendor = Oracle Corporation
+ 	java.vm.version = 24.0-b50
+ 	javax.management.builder.initial = org.jboss.as.jmx.PluggableMBeanServerBuilder
+ 	javax.xml.datatype.DatatypeFactory = __redirected.__DatatypeFactory
+ 	javax.xml.parsers.DocumentBuilderFactory = __redirected.__DocumentBuilderFactory
+ 	javax.xml.parsers.SAXParserFactory = __redirected.__SAXParserFactory
+ 	javax.xml.stream.XMLEventFactory = __redirected.__XMLEventFactory
+ 	javax.xml.stream.XMLInputFactory = __redirected.__XMLInputFactory
+ 	javax.xml.stream.XMLOutputFactory = __redirected.__XMLOutputFactory
+ 	javax.xml.transform.TransformerFactory = __redirected.__TransformerFactory
+ 	javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema = __redirected.__SchemaFactory
+ 	javax.xml.xpath.XPathFactory:http://java.sun.com/jaxp/xpath/dom = __redirected.__XPathFactory
+ 	jboss.home.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas
+ 	jboss.host.name = ex-std-node101
+ 	jboss.modules.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/modules
+ 	jboss.node.name = scaled-foogoo.rhcloud.com
+ 	jboss.qualified.host.name = ex-std-node101.prod.rhcloud.com
+ 	jboss.server.base.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone
+ 	jboss.server.config.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/configuration
+ 	jboss.server.data.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data
+ 	jboss.server.deploy.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/content
+ 	jboss.server.log.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/log
+ 	jboss.server.name = ex-std-node101
+ 	jboss.server.temp.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/tmp
+ 	jgroups.bind_addr = 127.9.205.129
+ 	line.separator = 
+ 
+ 	logging.configuration = file:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/configuration/logging.properties
+ 	module.path = /var/lib/openshift/5241bbcd5973cabae700066c/app-root/runtime/repo//.openshift/config/modules:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas//modules
+ 	org.apache.coyote.http11.Http11Protocol.COMPRESSION = on
+ 	org.apache.tomcat.util.LOW_MEMORY = true
+ 	org.jboss.boot.log.file = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/log/boot.log
+ 	org.jboss.resolver.warning = true
+ 	org.xml.sax.driver = __redirected.__XMLReaderFactory
+ 	os.arch = i386
+ 	os.name = Linux
+ 	os.version = 2.6.32-358.18.1.el6.x86_64
+ 	path.separator = :
+ 	sun.arch.data.model = 32
+ 	sun.boot.class.path = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/alt-rt.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/resources.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/rt.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/sunrsasign.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/jsse.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/jce.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/charsets.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/netx.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/plugin.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/rhino.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/jfr.jar:/usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/classes
+ 	sun.boot.library.path = /usr/lib/jvm/java-1.7.0-openjdk-1.7.0.25/jre/lib/i386
+ 	sun.cpu.endian = little
+ 	sun.cpu.isalist = 
+ 	sun.io.unicode.encoding = UnicodeLittle
+ 	sun.java.command = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/jboss-modules.jar -mp /var/lib/openshift/5241bbcd5973cabae700066c/app-root/runtime/repo//.openshift/config/modules:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas//modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.home.dir=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas
+ 	sun.java.launcher = SUN_STANDARD
+ 	sun.jnu.encoding = ANSI_X3.4-1968
+ 	sun.management.compiler = HotSpot Tiered Compilers
+ 	sun.os.patch.level = unknown
+ 	user.country = US
+ 	user.dir = /var/lib/openshift/5241bbcd5973cabae700066c/jbossas
+ 	user.home = /var/lib/openshift/5241bbcd5973cabae700066c
+ 	user.language = en
+ 	user.name = 5241bbcd5973cabae700066c
+ 	user.timezone = America/New_York
+ 12:25:27,704 DEBUG [org.jboss.as.config] VM Arguments: -D[Standalone] -XX:+TieredCompilation -Xmx256m -XX:MaxPermSize=102m -XX:+AggressiveOpts -Dorg.apache.tomcat.util.LOW_MEMORY=true -DOPENSHIFT_APP_UUID=5241bbcd5973cabae700066c -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dfile.encoding=UTF-8 -Djava.net.preferIPv4Stack=true -Djboss.node.name=scaled-foogoo.rhcloud.com -Djgroups.bind_addr=127.9.205.129 -Dorg.apache.coyote.http11.Http11Protocol.COMPRESSION=on -Dorg.jboss.boot.log.file=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/log/boot.log -Dlogging.configuration=file:/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/configuration/logging.properties 
+ 12:25:33,869 WARN  [org.jboss.as.server] JBAS015883: No security realm defined for native management service; all access will be unrestricted.
+ 12:25:33,962 INFO  [org.xnio] XNIO Version 3.0.3.GA
+ 12:25:34,022 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
+ 12:25:34,023 WARN  [org.jboss.as.server] JBAS015884: No security realm defined for http management service; all access will be unrestricted.
+ 12:25:34,055 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
  12:25:34,155 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
*************** I, [2013-09-24T12:56:17.754636 #26905]
*** 29,30 ****
--- 119,154 ----
  ==> jbossas/logs/server.log <==
+ 2013/09/24 12:25:35,604 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on /127.9.205.129:9999
+ 2013/09/24 12:25:36,318 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-4) JBAS015400: Bound mail session [java:jboss/mail/Default]
+ 2013/09/24 12:25:36,397 INFO  [org.jboss.as.security] (MSC service thread 1-3) JBAS013100: Current PicketBox version=4.0.7.Final
+ 2013/09/24 12:25:36,693 INFO  [org.jboss.jaxr] (MSC service thread 1-1) JBAS014000: Started JAXR subsystem, binding JAXR connection factory into JNDI as: java:jboss/jaxr/ConnectionFactory
+ 2013/09/24 12:25:36,921 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
+ 2013/09/24 12:25:37,031 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /127.9.205.129:4447
+ 2013/09/24 12:25:37,152 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) JBAS010404: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
+ 2013/09/24 12:25:37,528 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 34) JBAS010404: Deploying non-JDBC-compliant driver class org.postgresql.Driver (version 8.4)
+ 2013/09/24 12:25:38,118 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-4) JBoss Web Services - Stack CXF Server 4.0.2.GA
+ 2013/09/24 12:25:38,216 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http--127.9.205.129-8080
+ 2013/09/24 12:25:38,553 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 38) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
+ 2013/09/24 12:25:38,589 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 38) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
+ 2013/09/24 12:25:39,869 INFO  [org.jboss.as.jacorb] (MSC service thread 1-3) JBAS016330: CORBA ORB Service started
+ 2013/09/24 12:25:40,847 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory /var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/deployments
+ 2013/09/24 12:25:41,400 WARN  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011600: AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
+ 2013/09/24 12:25:41,633 INFO  [org.jboss.as.jacorb] (MSC service thread 1-1) JBAS016328: CORBA Naming Service started
+ 2013/09/24 12:25:41,714 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
+ 2013/09/24 12:25:41,717 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) live server is starting with configuration HornetQ Configuration (clustered=true,backup=false,sharedStore=true,journalDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messagingjournal,bindingsDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messagingbindings,largeMessagesDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messaginglargemessages,pagingDirectory=/var/lib/openshift/5241bbcd5973cabae700066c/jbossas/standalone/data/messagingpaging)
+ 2013/09/24 12:25:41,724 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) Waiting to obtain live lock
+ 2013/09/24 12:25:41,807 INFO  [org.hornetq.core.persistence.impl.journal.JournalStorageManager] (MSC service thread 1-4) Using NIO Journal
+ 2013/09/24 12:25:42,132 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-4) Waiting to obtain live lock
+ 2013/09/24 12:25:42,133 INFO  [org.hornetq.core.server.impl.FileLockNodeManager] (MSC service thread 1-4) Live Server Obtained live lock
+ 2013/09/24 12:25:43,207 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-4) Started Netty Acceptor version 3.2.5.Final-a96d88c 127.9.205.129:5455 for CORE protocol
+ 2013/09/24 12:25:43,209 INFO  [org.hornetq.core.remoting.impl.netty.NettyAcceptor] (MSC service thread 1-4) Started Netty Acceptor version 3.2.5.Final-a96d88c 127.9.205.129:5445 for CORE protocol
+ 2013/09/24 12:25:43,211 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) Server is now live
+ 2013/09/24 12:25:43,212 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-4) HornetQ Server version 2.2.13.Final (HQ_2_2_13_FINAL_AS7, 122) [f4830bdb-2535-11e3-b75c-12313806f651]) started
+ 2013/09/24 12:25:43,298 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/RemoteConnectionFactory
+ 2013/09/24 12:25:43,316 INFO  [org.jboss.as.messaging] (MSC service thread 1-4) JBAS011601: Bound messaging object to jndi name java:/RemoteConnectionFactory
+ 2013/09/24 12:25:43,344 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-2) trying to deploy queue jms.topic.testTopic
+ 2013/09/24 12:25:43,816 INFO  [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:/topic/test
+ 2013/09/24 12:25:43,823 INFO  [org.jboss.as.messaging] (MSC service thread 1-2) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/topic/test
+ 2013/09/24 12:25:43,869 INFO  [org.hornetq.core.server.impl.HornetQServerImpl] (MSC service thread 1-3) trying to deploy queue jms.queue.testQueue
+ 2013/09/24 12:25:43,864 INFO  [org.jboss.as.deployment.connector] (MSC service thread 1-1) JBAS010406: Registered connection factory java:/JmsXA
+ 2013/09/24 12:25:43,930 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011601: Bound messaging object to jndi name java:/queue/test
  2013/09/24 12:25:43,936 INFO  [org.jboss.as.messaging] (MSC service thread 1-3) JBAS011601: Bound messaging object to jndi name java:jboss/exported/jms/queue/test
{code}

I see the very same behaviour when running rhc ssh with or without the --gears options (*rhc ssh scaled 'tail -f 100 */logs/*'* vs *rhc ssh scaled --gears*)'tail -f 100 */logs/*';

So my question persists: it looks like as with and without the option you still get haproxy- + server-logs. What do I miss?
                  
> Provide support for scaled app when tailing log files
> -----------------------------------------------------
>
>                 Key: JBIDE-15484
>                 URL: https://issues.jboss.org/browse/JBIDE-15484
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: openshift
>    Affects Versions: 4.1.0.Final
>            Reporter: Xavier Coulon
>            Assignee: Xavier Coulon
>             Fix For: 4.1.1.Alpha2, 4.2.0.Alpha1
>
>
> Seems like it's simply a matter of adding a '--gears' parameter in the ssh command when the application is scalable.
> The dialog could provide a checkbox (enabled by default) to let the user choose whether she wants to grab all logs or just those on the HA-Proxy
> See [~lincolnthree]'s blog post on the subject: http://ocpsoft.org/jboss/openshift-pro-tip-scaling-tail-server-logs-on-all-gears-of-your-app-at-once/ 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list