Srikanth Manvi created GEODE-6707:
-------------------------------------
Summary: gfsh export logs does not export rolled over GC logs
Key: GEODE-6707
URL: https://issues.apache.org/jira/browse/GEODE-6707
Project: Geode
Issue Type: Improvement
Components: gfsh
Reporter: Srikanth Manvi
If GC logs are configured to land in the same directory as Geode server logs
then the current GC log is exported when we run gfsh>export logs. However if
the rolled over GC logs are not exported.
This happens because the rolled over GC logs are of the form server_gc.log.16
and gfsh export command logs for files ending with *.log however GC log rolling
causes the files to end with a file number.
Note: If GC logs are written a directory other than where server logs end up,
then even the latest GC log doesn't get exported. GEODE-6706 talks about that.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)