All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.wildfly.plugins.bootablejar.maven.cloud.openshift-logging-script.cli Maven / Gradle / Ivy

There is a newer version: 11.0.2.Final
Show newest version
# Logging changes

if (outcome == success) of /subsystem=logging/root-logger=ROOT:read-resource
  /subsystem=logging/root-logger=ROOT:write-attribute(name=level,value=INFO)
  /subsystem=logging/root-logger=ROOT:write-attribute(name=handlers,value=[CONSOLE])
end-if

if (outcome == success) of /subsystem=logging/periodic-rotating-file-handler=FILE:read-resource
  /subsystem=logging/periodic-rotating-file-handler=FILE:remove
end-if

if (outcome == success) of /subsystem=logging/pattern-formatter=PATTERN:read-resource
  /subsystem=logging/pattern-formatter=PATTERN:remove
end-if

if (outcome == success) of /subsystem=logging/console-handler=CONSOLE:read-resource
  /subsystem=logging/console-handler=CONSOLE:undefine-attribute(name=level)
end-if





© 2015 - 2024 Weber Informatics LLC | Privacy Policy