Skip to content

Commit a21763f

Browse files
committed
Test level
1 parent e2d13b9 commit a21763f

File tree

1 file changed

+2
-1
lines changed
  • functions-python/batch_process_dataset/src

1 file changed

+2
-1
lines changed

functions-python/batch_process_dataset/src/main.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@
3838
from shared.helpers.utils import download_and_get_hash
3939
from sqlalchemy.orm import Session
4040

41-
init_logger()
41+
# init_logger()
4242

43+
logging.basicConfig(level=logging.INFO)
4344

4445
@dataclass
4546
class DatasetFile:

0 commit comments

Comments
 (0)