Skip to content

Commit c075b07

Browse files
change logging level
Signed-off-by: varun-edachali-dbx <varun.edachali@databricks.com>
1 parent cbace3f commit c075b07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/experimental/sea_connector_test.py

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

13-
# Configure logging
14-
logging.basicConfig(level=logging.INFO)
13+
logging.basicConfig(level=logging.DEBUG)
1514
logger = logging.getLogger(__name__)
1615

1716
TEST_MODULES = [

0 commit comments

Comments
 (0)