[
https://issues.jboss.org/browse/JBIDE-16888?page=com.atlassian.jira.plugi...
]
Andre Dietisheim updated JBIDE-16888:
-------------------------------------
Steps to Reproduce:
# ASSERT: Have a jbossas-7 application on OpenShift
# EXEC: Embed Cron cartridge to the application
# EXEC: add some cron job in *.openshift/cron/minutely*
{code}
#!/bin/bash
date >> ${OPENSHIFT_JBOSSAS_LOG_DIR}/ticktock.log
{code}
# EXEC: Open Tail Files shell (from context menu of the application) and try to tail Cron
(it is on same gear as app)
# EXEC: Check tailing in console
Result: There is not Cron log in console
Expected result: There should be Cron log
was:
ASSERT: Have application on OpenShift
EXEC: Embed Cron cartridge to the application
EXEC: Open Tail Files shell (from context menu of the application) and try to tail Cron
(it is on same gear as app)
EXEC: Check tailing in console
Result: There is not Cron log in console
Expected result: There should be Cron log
OpenShift explorer: Tail Files does not work on Cron cartridge
--------------------------------------------------------------
Key: JBIDE-16888
URL:
https://issues.jboss.org/browse/JBIDE-16888
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 4.2.0.Beta1
Reporter: Marián Labuda
Fix For: 4.2.x
Attachments: cron-log.png, tail-log-pattern.png
After adding embeddable cartridge Cron into the application it is not possible to tail
the cron-logs out-of-the-box. It is required to modify tail files pattern to include Cron
job's log store in /cron/log.
!tail-log-pattern.png!
--
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