Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement org.osgi.service.log.admin [PAXLOGGING-267] #336

Open
ops4j-issues opened this issue Sep 4, 2019 · 1 comment
Open

Implement org.osgi.service.log.admin [PAXLOGGING-267] #336

ops4j-issues opened this issue Sep 4, 2019 · 1 comment
Labels
Milestone

Comments

@ops4j-issues
Copy link

Grzegorz Grzybek created PAXLOGGING-267


Fixed in: 2.0.7
Votes: 0, Watches: 1

@ops4j-issues
Copy link
Author

Grzegorz Grzybek commented

https://issues.apache.org/jira/browse/KARAF-5559 changed Karaf's log:display command to change level of org.apache.sshd logger twice (which is understandable), but this leads to two reconfigurations of logging framework:

2020-01-27 07:43:44,891 INFO  {CM Configuration Updater (Update: pid=org.ops4j.pax.logging)} [org.ops4j.pax.logging.spi.support.EventAdminConfigurationNotifier.configurationDone()] (EventAdminConfigurationNotifier.java:48) : Sending Event Admin notification (configuration successful) to org/ops4j/pax/logging/Configuration
2020-01-27 07:43:44,919 INFO  {CM Configuration Updater (Update: pid=org.ops4j.pax.logging)} [org.ops4j.pax.logging.spi.support.EventAdminConfigurationNotifier.configurationDone()] (EventAdminConfigurationNotifier.java:48) : Sending Event Admin notification (configuration successful) to org/ops4j/pax/logging/Configuration

With org.osgi.service.log.admin implemented, we could change log:display command, so it can change level only without reconfiguration of entire logging framework.

@ops4j-issues ops4j-issues added the type: sub-task Sub-task label Feb 19, 2021
@ops4j-issues ops4j-issues added this to the 2.0.7 milestone Feb 19, 2021
@grgrzybek grgrzybek modified the milestones: 2.0.7, 2.0.8, 2.0.9 Feb 19, 2021
@grgrzybek grgrzybek modified the milestones: 2.0.9, 2.0.10 May 27, 2021
@jbonofre jbonofre modified the milestones: 2.0.10, 2.0.11 Aug 20, 2021
@grgrzybek grgrzybek modified the milestones: 2.0.11, 2.0.12, 2.0.13 Dec 10, 2021
@grgrzybek grgrzybek modified the milestones: 2.0.13, 2.0.14 Dec 18, 2021
@grgrzybek grgrzybek modified the milestones: 2.0.14, 2.0.15 Dec 30, 2021
@grgrzybek grgrzybek modified the milestones: 2.0.15, 2.1.0, 2.2.0 Jan 24, 2022
@grgrzybek grgrzybek modified the milestones: 2.2.0, 2.2.1 Jul 25, 2022
@grgrzybek grgrzybek modified the milestones: 2.2.1, 2.2.2 Jan 7, 2023
@grgrzybek grgrzybek modified the milestones: 2.2.2, 2.3.0 Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants