[jboss-jira] [JBoss JIRA] (WFWIP-256) Duration of server configuration is not printed

Yeray Borges (Jira) issues at jboss.org
Wed Nov 6 08:11:00 EST 2019


     [ https://issues.jboss.org/browse/WFWIP-256?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yeray Borges reassigned WFWIP-256:
----------------------------------

    Assignee: Yeray Borges  (was: Jean Francois Denise)


> Duration of server configuration is not printed
> -----------------------------------------------
>
>                 Key: WFWIP-256
>                 URL: https://issues.jboss.org/browse/WFWIP-256
>             Project: WildFly WIP
>          Issue Type: Bug
>          Components: OpenShift
>            Reporter: Jan Blizňák
>            Assignee: Yeray Borges
>            Priority: Minor
>
> {code:java}
> INFO Configuring the server using embedded server
> INFO Duration: 
> INFO Running jboss-eap-7-tech-preview/eap-cd-openshift-rhel8 image, version 18.0
> {code}
> The cause is the wrong usage of log_info function in {{/opt/eap/bin/launch/openshift-common.sh}}
> {code:java}
> log_info "Duration: " $((end-start)) " milliseconds"
> {code}
> which is actually calling it with 3 arguments while the function prints only the first one.



--
This message was sent by Atlassian Jira
(v7.13.8#713008)



More information about the jboss-jira mailing list