[ https://issues.apache.org/jira/browse/NIFI-12239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17777885#comment-17777885 ]
ASF subversion and git services commented on NIFI-12239: -------------------------------------------------------- Commit e4e2336ebe022ee8f42cd29b52d6e210c9ceb24c in nifi's branch refs/heads/main from Pierre Villard [ https://gitbox.apache.org/repos/asf?p=nifi.git;h=e4e2336ebe ] NIFI-12239 Add OS and Java details at startup in bootstrap log This closes #7891 Signed-off-by: David Handermann <exceptionfact...@apache.org> > Print basic OS/Java details in bootstrap log file > ------------------------------------------------- > > Key: NIFI-12239 > URL: https://issues.apache.org/jira/browse/NIFI-12239 > Project: Apache NiFi > Issue Type: Improvement > Components: Core Framework > Reporter: Pierre Villard > Assignee: Pierre Villard > Priority: Major > Fix For: 1.latest, 2.latest > > Time Spent: 2h 20m > Remaining Estimate: 0h > > The goal here is to add a log line in the bootstrap.log file when NiFi starts > that is printing some basic OS/Java details. On busy clusters, nifi-app.log > may be rolling over quickly and/or contain huge amount of data. Adding this > data in the bootstrap log file makes it easy to retrieve. > The associated PR will add a log line as below: > {code:java} > 2023-10-17 17:26:33,501 INFO [main] org.apache.nifi.bootstrap.RunNiFi > {"javaVersion":"21","cores":16,"totalPhysicalMemoryMB":16384,"maxOpenFileDescriptors":10240,"xms":"1g","xmx":"1g"} > {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)