This portal is to open public enhancement requests against IBM Z Software products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
As for rolling logs, although nice to have, they would only mask a fundamental problem. CICS offers alternative approaches to managing these files.
The development effort to implement dynamic output file switching - and then to coordinate such updates between our internal logging components (Assembler, C, Java, OSGi and Liberty) - is currently very large compared to the modest functional gain. We currently have higher priority items taking our focus, so the idea is being declined.
CICS offers alternative approaches to managing these files (see below).
Supporting information:
dfhjvmout is the standard output stream, it's content is written by customer applications, not CICS
dfhjvmerr reports errors and exceptions, if the file size grows it is an indication that immediate application fixes are required, or there is a internal error that requires attention from IBM service
dfhjvmlog contains essential events and messages which should be finite except where repeated errors are occurring, guidance is as above. However, you can also control the granularity of the messages that go to this file with the LOG_LEVEL= INFO | WARNING | ERROR | NONE parameter in the JVM profile.
dfhjvmtrc is only produced when SJ and AP domain trace levels are set greater than 2, this should not be used in production and is an IBM service diagnostic.
As for rolling logs, although nice to have, they would only mask a fundamental problem. CICS offers alternative approaches to managing these files.
dfhjvmout is the standard output stream, it's content is written by customer applications, not CICS
dfhjvmerr reports errors and exceptions, if the file size grows it is an indication that immediate application fixes are required, or there is a internal error that requires attention from IBM service
dfhjvmlog contains essential events and messages which should be finite except where repeated errors are occurring, guidance is as above. However, you can also control the granularity of the messages that go to this file with the LOG_LEVEL= INFO | WARNING | ERROR | NONE parameter in the JVM profile.
dfhjvmtrc is only produced when SJ and AP domain trace levels are set greater than 2, this should not be used in production and is an IBM service diagnostic.
The development effort to implement dynamic output file switching - and then to coordinate such updates between our internal logging components (Assembler, C, Java, OSGi and Liberty) - is currently very large compared to the modest functional gain. We currently have higher priority items taking our focus.