File: __init__.py

package info (click to toggle)
python-designateclient 6.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 796 kB
  • sloc: python: 4,496; makefile: 26; sh: 2
file content (7 lines) | stat: -rw-r--r-- 119 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
import logging

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