X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fhelper%2F__init__.py;h=c7f15c51fd851312b8c83d0c4c954ccd16c82502;hb=e1716243bbf5ffcb941ebcc5efc9eb83d1cca054;hp=813897e6c959db67b04abb103d7b7d27f9e81478;hpb=defe8209b3628593c186487857fe02586d7e1503;p=pti%2Fo2.git diff --git a/o2common/helper/__init__.py b/o2common/helper/__init__.py index 813897e..c7f15c5 100644 --- a/o2common/helper/__init__.py +++ b/o2common/helper/__init__.py @@ -11,3 +11,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. + + +from o2common.helper.o2logging import configure_logger + + +# make sure init logger at the first chance +configure_logger()