Skip to content

Commit 52e3088

Browse files
logging -> debug level
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent a6e40d0 commit 52e3088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/experimental/sea_connector_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import subprocess
1111
from typing import List, Tuple
1212

13-
logging.basicConfig(level=logging.INFO)
13+
logging.basicConfig(level=logging.DEBUG)
1414
logger = logging.getLogger(__name__)
1515

1616
TEST_MODULES = [

0 commit comments

Comments
 (0)