File: __init__.py

package info (click to toggle)
python-designateclient 2.1.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 692 kB
  • sloc: python: 4,422; makefile: 47; sh: 30
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
import logging

logging.basicConfig(
    filename='functional-tests.log',
    filemode='w',
    level=logging.DEBUG,
)