Author: xcoulon
Date: 2012-10-22 11:34:47 -0400 (Mon, 22 Oct 2012)
New Revision: 44607
Modified:
branches/jbosstools-4.0.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/TailServerLogAction.java
Log:
Fixed - JBIDE-11269
remote console should have option similar to rhc-tail-files
Modified:
branches/jbosstools-4.0.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/TailServerLogAction.java
===================================================================
---
branches/jbosstools-4.0.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/TailServerLogAction.java 2012-10-22
14:47:50 UTC (rev 44606)
+++
branches/jbosstools-4.0.0.Beta1/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/action/TailServerLogAction.java 2012-10-22
15:34:47 UTC (rev 44607)
@@ -154,11 +154,10 @@
* @throws JSchException
* in case of underlying exception
* @throws IOException
- * in case of underlying exception
- */
+ */
private TailServerLogWorker startTailProcess(final String host, final String appId,
final String appName,
final MessageConsole console) throws IOException {
- final String logFilePath = appName + "/logs/*.log";
+ final String logFilePath = appName + "/logs/*";
final String options = "-f -n 100";
JSch.setLogger(new JschToEclipseLogger());
Show replies by date