Skip to content

Commit 8953371

Browse files
committed
set level to info
1 parent 1ba7651 commit 8953371

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sdgym/benchmark.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,6 +1249,7 @@ def _get_s3_script_content(
12491249
import base64
12501250
import pandas as pd
12511251
import sdgym
1252+
import logging
12521253
from sdgym.synthesizers.sdv import (
12531254
CopulaGANSynthesizer, CTGANSynthesizer,
12541255
GaussianCopulaSynthesizer, HMASynthesizer, PARSynthesizer,
@@ -1258,6 +1259,8 @@ def _get_s3_script_content(
12581259
from sdgym.benchmark import _run_jobs, _write_run_id_file, _update_run_id_file
12591260
from io import StringIO
12601261
from sdgym.result_writer import S3ResultsWriter
1262+
LOGGER = logging.getLogger(__name__)
1263+
LOGGER.setLevel(logging.INFO)
12611264
12621265
s3_client = boto3.client(
12631266
's3',

0 commit comments

Comments
 (0)