[jboss-jira] [JBoss JIRA] Created: (AS7-894) subsystem logging : boolean don't have a default or runtime value
Heiko Rupp (JIRA)
jira-events at lists.jboss.org
Tue May 24 15:18:00 EDT 2011
subsystem logging : boolean don't have a default or runtime value
-----------------------------------------------------------------
Key: AS7-894
URL: https://issues.jboss.org/browse/AS7-894
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Rupp
[standalone at localhost:9999 subsystem=logging] ./periodic-rotating-file-handler=FILE:read-resource-description
"append" => {
"type" => BOOLEAN,
"description" => "Specify whether to append to the target file.",
"access-type" => "read-only",
"storage" => "configuration"
},
and
[standalone at localhost:9999 subsystem=logging] ./periodic-rotating-file-handler=FILE:read-resource
{
"outcome" => "success",
"result" => {
"autoflush" => true,
"encoding" => undefined,
"formatter" => "%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n",
"level" => "INFO",
"file" => {
"path" => "server.log",
"relative-to" => "jboss.server.log.dir"
},
"suffix" => ".yyyy-MM-dd"
},
Probably the same for other kinds of appenders.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list