You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Matt Burgess (Jira)" <ji...@apache.org> on 2021/04/28 16:00:05 UTC

[jira] [Updated] (MINIFI-461) Display application startup time in human-readable seconds

     [ https://issues.apache.org/jira/browse/MINIFI-461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Burgess updated MINIFI-461:
--------------------------------
    Fix Version/s:     (was: 0.6.0)
                   1.14.0

> Display application startup time in human-readable seconds
> ----------------------------------------------------------
>
>                 Key: MINIFI-461
>                 URL: https://issues.apache.org/jira/browse/MINIFI-461
>             Project: Apache NiFi MiNiFi
>          Issue Type: Improvement
>          Components: Core Framework
>    Affects Versions: 0.5.0
>            Reporter: Andy LoPresto
>            Assignee: Aldrin Piri
>            Priority: Minor
>              Labels: log, startup-time
>             Fix For: 1.14.0
>
>
> The application log should display the startup time similar to the way the Apache NiFi boot process now displays the startup time in both nanoseconds and human-readable seconds. 
> {code}
> 2018-06-29 15:23:43,041 INFO [main] org.apache.nifi.minifi.MiNiFi Controller initialization took 546376888 nanoseconds.
> {code}
> Should become:
> {code}
> 2018-06-29 15:23:43,041 INFO [main] org.apache.nifi.minifi.MiNiFi Controller initialization took 546376888 nanoseconds (0.5 seconds).
> {code}
> This is easier for humans to understand when quickly looking at the logs. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)