[
https://issues.apache.org/jira/browse/FELIX-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gert Vanthienen closed FELIX-1745.
----------------------------------
Resolution: Fixed
Fixed in http://svn.apache.org/viewvc?view=rev&revision=824488
> Unable to alter/unset a log level after it has been set from the console
> ------------------------------------------------------------------------
>
> Key: FELIX-1745
> URL: https://issues.apache.org/jira/browse/FELIX-1745
> Project: Felix
> Issue Type: Bug
> Components: Karaf
> Affects Versions: karaf-1.0.0
> Reporter: Gert Vanthienen
> Assignee: Gert Vanthienen
> Fix For: karaf-1.0.2, karaf-1.2.0
>
>
> Once a log level has been set from the console, it seems impossible to
> alter/unset it. Cfr. this example
> ka...@root:/> log:get all
> ROOT: INFO
> org.apache.geronimo.gshell.remote: WARN
> ka...@root:/> log:set DEBUG com.foo
> ka...@root:/> log:set WARN com.foo.example
> ka...@root:/> log:get all
> ROOT: INFO
> com.foo: DEBUG
> com.foo.example: WARN
> org.apache.geronimo.gshell.remote: WARN
> ka...@root:/> log:set INFO com.foo
> ka...@root:/> log:get all
> ROOT: INFO
> com.foo: DEBUG
> com.foo.example: WARN
> org.apache.geronimo.gshell.remote: WARN
> ka...@root:/> log:set INFO com.foo
> ka...@root:/> log:get all
> ROOT: INFO
> com.foo: DEBUG
> com.foo.example: WARN
> org.apache.geronimo.gshell.remote: WARN
> ka...@root:/> log:set - com.foo
> ERROR "-" is not a valid option
> ka...@root:/> log:set WARN com.foo
> ka...@root:/> log:set - com.foo
> ERROR "-" is not a valid option
> ka...@root:/> log:get all
> ROOT: INFO
> com.foo: DEBUG
> com.foo.example: WARN
> org.apache.geronimo.gshell.remote: WARN
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.