X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fdashboarder%2Fdashboarder.py;h=a6ff5bca2cbb49897dc59ece775dbb23f67a2510;hb=2fe71f21fe75ee283d39e66391d7d3a094713569;hp=22aa1bfb26657c0a6f9095813ba609292a97725c;hpb=9a773323e8cec18fb0f2fa204b0cea4e2370c5dd;p=osm%2FMON.git diff --git a/osm_mon/dashboarder/dashboarder.py b/osm_mon/dashboarder/dashboarder.py index 22aa1bf..a6ff5bc 100644 --- a/osm_mon/dashboarder/dashboarder.py +++ b/osm_mon/dashboarder/dashboarder.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2018 Whitestack, LLC +# Copyright 2021 Whitestack, LLC # ************************************************************* # This file is part of OSM Monitoring module @@ -18,8 +18,9 @@ # License for the specific language governing permissions and limitations # under the License. # For those usages not covered by the Apache License, Version 2.0 please -# contact: bdiaz@whitestack.com or glavado@whitestack.com +# contact: fbravo@whitestack.com or glavado@whitestack.com ## + import logging import time import socket @@ -99,4 +100,4 @@ class Dashboarder: def create_dashboards(self): self.service.create_dashboards() - log.debug('I just called the dashboarder service!') + log.debug('Dashboarder Service > create_dashboards called!')