summaryrefslogtreecommitdiff
path: root/cloudinit/log.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/log.py')
-rw-r--r--cloudinit/log.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/cloudinit/log.py b/cloudinit/log.py
index 478946f8..fc1428a2 100644
--- a/cloudinit/log.py
+++ b/cloudinit/log.py
@@ -20,7 +20,6 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
import logging
import logging.handlers
import logging.config
@@ -53,7 +52,6 @@ def setupBasicLogging():
root.setLevel(DEBUG)
-
def setupLogging(cfg=None):
# See if the config provides any logging conf...
if not cfg: