File: base.py

package info (click to toggle)
python-ptk 1.3.8%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 396 kB
  • sloc: python: 3,616; makefile: 202
file content (4 lines) | stat: -rw-r--r-- 145 bytes parent folder | download | duplicates (3)
1
2
3
4
#!/usr/bin/env python3

import logging
logging.basicConfig(level=logging.ERROR, format='%(asctime)-15s %(levelname)-8s %(name)-15s %(message)s')