Switch to oslo_log from python logging module

Bug #1656167 reported by yatin
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Anchor
In Progress
Undecided
avnish
Designate Dashboard
Fix Released
Undecided
avnish
Python client library for Zaqar
Fix Released
Undecided
avnish
python-masakariclient
Invalid
Undecided
avnish
python-moganclient
In Progress
Undecided
avnish
python-tackerclient
Fix Released
Undecided
Trinath Somanchi
trove-dashboard
Fix Released
Undecided
Manoj Kumar

Bug Description

Trove dashboard is currently using python logging to implelement logging functionality.
We should start using oslo_log instead.
Most of the projects have already did this and others are moving to it.

Reference
http://docs.openstack.org/developer/oslo.log/

yatin (yatinkarel)
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to trove-dashboard (master)

Fix proposed to branch: master
Review: https://review.openstack.org/419747

Changed in trove-dashboard:
assignee: nobody → yatin (yatinkarel)
status: New → In Progress
avnish (avnish-palmca)
Changed in python-tackerclient:
assignee: nobody → avnish (avnish-palmca)
avnish (avnish-palmca)
Changed in python-tackerclient:
assignee: avnish (avnish-palmca) → nobody
avnish (avnish-palmca)
Changed in python-zaqarclient:
assignee: nobody → avnish (avnish-palmca)
avnish (avnish-palmca)
Changed in python-moganclient:
assignee: nobody → avnish (avnish-palmca)
Changed in anchor:
assignee: nobody → avnish (avnish-palmca)
avnish (avnish-palmca)
Changed in designate-dashboard:
assignee: nobody → avnish (avnish-palmca)
Changed in python-masakariclient:
assignee: nobody → avnish (avnish-palmca)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-zaqarclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/421106

Changed in python-zaqarclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-moganclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/421108

Changed in python-moganclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to anchor (master)

Fix proposed to branch: master
Review: https://review.openstack.org/421159

Changed in anchor:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-masakariclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/421172

Changed in python-masakariclient:
status: New → In Progress
Changed in python-tackerclient:
assignee: nobody → venkatamahesh (venkatamaheshkotha)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/designate-dashboard 4.0.0.0rc1

This issue was fixed in the openstack/designate-dashboard 4.0.0.0rc1 release candidate.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-zaqarclient 1.4.0

This issue was fixed in the openstack/python-zaqarclient 1.4.0 release.

Revision history for this message
Trinath Somanchi (trinath-somanchi-m) wrote :

venkatamahesh - Is there any work activity on this bug ?

Changed in python-tackerclient:
assignee: venkatamahesh (venkatamaheshkotha) → nobody
Changed in python-tackerclient:
assignee: nobody → Trinath Somanchi (trinath-somanchi-m)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-tackerclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/445316

Changed in python-tackerclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tackerclient (master)

Reviewed: https://review.openstack.org/445316
Committed: https://git.openstack.org/cgit/openstack/python-tackerclient/commit/?id=af2f0f031f12ebdbfe17f2abddc1794d1396fb8c
Submitter: Jenkins
Branch: master

commit af2f0f031f12ebdbfe17f2abddc1794d1396fb8c
Author: Trinath Somanchi <email address hidden>
Date: Tue Mar 14 12:26:53 2017 +0530

    Switch to oslo_log

    tackerclient is currently using python logging module to
    implement logging functionality.
    This patch made a switch to oslo.log(logging for openstack projects)

    Reference:-
    http://docs.openstack.org/developer/oslo.log

    Change-Id: Iecab180e605c788bb820c7a628781abf9a4918ea
    Closes-Bug: #1656167

Changed in python-tackerclient:
status: In Progress → Fix Released
wangxiyuan (wangxiyuan)
Changed in python-zaqarclient:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on trove-dashboard (master)

Change abandoned by yatin (<email address hidden>) on branch: master
Review: https://review.openstack.org/419747
Reason: No update from reviewers, so abandoned.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-tackerclient 0.10.0

This issue was fixed in the openstack/python-tackerclient 0.10.0 release.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/tacker-horizon 0.9.0

This issue was fixed in the openstack/tacker-horizon 0.9.0 release.

Changed in designate-dashboard:
status: New → Fix Released
Changed in trove-dashboard:
assignee: yatin (yatinkarel) → Manoj Kumar (manojnkumar)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove-dashboard (master)

Reviewed: https://review.openstack.org/419747
Committed: https://git.openstack.org/cgit/openstack/trove-dashboard/commit/?id=c0871b8f9cf63657ebf1e6df48451fb4adae3977
Submitter: Zuul
Branch: master

commit c0871b8f9cf63657ebf1e6df48451fb4adae3977
Author: yatinkarel <email address hidden>
Date: Fri Jan 13 09:09:38 2017 +0530

    Switch to oslo_log

    Trove dashboard is currently using python logging module to
    implement logging functionality.
    This patch made a switch to oslo.log(logging for openstack projects)

    Reference:-
    http://docs.openstack.org/developer/oslo.log

    Change-Id: I92a417a7342f4f264e8a5ede52ba49f0b7475e6d
    Closes-Bug: #1656167

Changed in trove-dashboard:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/trove-dashboard 10.0.0.0b3

This issue was fixed in the openstack/trove-dashboard 10.0.0.0b3 development milestone.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on anchor (master)

Change abandoned by Gage Hugo (<email address hidden>) on branch: master
Review: https://review.openstack.org/421159
Reason: This project is no longer maintained.

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on python-masakariclient (master)

Change abandoned by "Radosław Piliszek <email address hidden>" on branch: master
Review: https://review.opendev.org/c/openstack/python-masakariclient/+/421172
Reason: openstacksdk and openstackclient use python logging; oslo.log is more useful for services, not clients

Revision history for this message
Radosław Piliszek (yoctozepto) wrote :

openstacksdk and openstackclient use python logging; oslo.log is more useful for services, not clients

Changed in python-masakariclient:
status: In Progress → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.