Private
Public Access
1
0

switching back to own loggn

This commit is contained in:
Sander Roosendaal
2021-05-20 20:03:04 +02:00
parent affc306b18
commit 1eaabd49a8
2 changed files with 11 additions and 18 deletions

View File

@@ -3,14 +3,6 @@ from __future__ import division
from __future__ import print_function
from __future__ import unicode_literals
import logging
logging.basicConfig(
filename='debuglog.log',
level=logging.DEBUG,
format='%(asctime)s %(message)s',
datefmt='%m/%d/%Y %I:%M:%S %p'
)
# The interactions with the Concept2 logbook API
# All C2 related functions should be defined here
# (There is still some stuff defined directly in views.py. Need to