Bug 1146855
| Summary: | Unify the functionality of suffix property among handlers | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Kremensky <pkremens> |
| Component: | Logging | Assignee: | James Perkins <jperkins> |
| Status: | CLOSED NOTABUG | QA Contact: | Nikoleta Hlavickova <nziakova> |
| Severity: | urgent | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.4.0 | ||
| Target Milestone: | --- | ||
| Target Release: | EAP 6.4.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-09-30 05:26:07 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Petr Kremensky
2014-09-26 09:01:35 UTC
This was by design. The suffix on periodic-rotating-file-handler and periodic-size-rotating-file-handler are used to determine whether or not a file should be rotated. The suffix on the size-rotating-file-handler is only used as a suffix to the file when the size limit is met. It's not used to determine when the file should be rotated. See https://issues.jboss.org/browse/PRODMGT-416 for details on why this was requested. Oh I forgot to mention. We don't allow rotation by suffix on anything smaller than a minute which is why :ss doesn't work. It does however work with the size-rotating-file-handler suffix because it's used purely as a suffix and not used to determine rotation. Thanks for clarification James, I'll make sure this information makes it to the documentation. |