[ 
https://issues.apache.org/jira/browse/SOLR-7728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14603643#comment-14603643
 ] 

Crawdaddy commented on SOLR-7728:
---------------------------------

Hey Shawn, isn't the log filename specified via -Xloggc, e.g. line 1241 of 
bin/solr?

# if verbose gc logging enabled, setup the location of the log file
if [ "$GC_LOG_OPTS" != "" ]; then
  GC_LOG_OPTS=($GC_LOG_OPTS "-Xloggc:$SOLR_LOGS_DIR/solr_gc.log")
else
  GC_LOG_OPTS=()
fi

> bin/solr script should annotate GC logs with port number
> --------------------------------------------------------
>
>                 Key: SOLR-7728
>                 URL: https://issues.apache.org/jira/browse/SOLR-7728
>             Project: Solr
>          Issue Type: Improvement
>          Components: scripts and tools
>    Affects Versions: 5.2.1
>            Reporter: Crawdaddy
>
> It'd be nice if the bin/solr script added the node's port number to the GC 
> log file name in the same way it does for the console log.  
> This helps those of us who run multiple nodes per machine match node <-> log.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to