[jboss-jira] [JBoss JIRA] (WFLY-1619) Output to JBOSS_CONSOLE_LOG should be Appended to allow Truncate for Log Rotation

Dhruv Ahuja (JIRA) jira-events at lists.jboss.org
Mon Jul 1 06:57:20 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-1619?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dhruv Ahuja updated WFLY-1619:
------------------------------

              Summary: Output to JBOSS_CONSOLE_LOG should be Appended to allow Truncate for Log Rotation  (was: JBOSS_CONSOLE_LOG)
    Affects Version/s: 8.0.0.Alpha2
          Description: 
The init scripts (jboss-as-domain.sh and jboss-as-standalone.sh) use the BASH redirect operator {{>}} to write output meant for the console upon starting the service to, by default, the console.log file. Truncating this file (for perhaps log rotation) whilst the service is running has proven to be ineffective due to this mode of writing.

Please see a related issue: JBAS-6361 . Also, a useful discussion on the use of {{>}} and {{>>}} (append) operators relevant in this context can be found at: http://stackoverflow.com/questions/980283/truncating-a-file-while-its-being-used-linux .
          Component/s: Scripts

    
> Output to JBOSS_CONSOLE_LOG should be Appended to allow Truncate for Log Rotation
> ---------------------------------------------------------------------------------
>
>                 Key: WFLY-1619
>                 URL: https://issues.jboss.org/browse/WFLY-1619
>             Project: WildFly
>          Issue Type: Enhancement
>          Components: Scripts
>    Affects Versions: 8.0.0.Alpha2
>            Reporter: Dhruv Ahuja
>            Priority: Minor
>
> The init scripts (jboss-as-domain.sh and jboss-as-standalone.sh) use the BASH redirect operator {{>}} to write output meant for the console upon starting the service to, by default, the console.log file. Truncating this file (for perhaps log rotation) whilst the service is running has proven to be ineffective due to this mode of writing.
> Please see a related issue: JBAS-6361 . Also, a useful discussion on the use of {{>}} and {{>>}} (append) operators relevant in this context can be found at: http://stackoverflow.com/questions/980283/truncating-a-file-while-its-being-used-linux .

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list