Remove config of logging in looper
epsi-builds/msspec_python3/pipeline/head There was a failure building this commit Details

Because it overriveded the global logging level...
This commit is contained in:
Sylvain Tricot 2021-07-21 10:45:34 +02:00
parent 74f970e7dd
commit 0e04dd4a75
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ import pandas as pd
import time
logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger(__name__)