Skip to content

Commit

Permalink
Code format example
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Mar 14, 2024
1 parent f0369ea commit 44f9641
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/examples/logger.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
import logging

from exasol.bucketfs import Service

logging.basicConfig(level=logging.INFO)

# Advanced Logging
import logging

from exasol.bucketfs import Service

# Attention:
Expand All @@ -16,7 +18,7 @@
# Explicityly Configure the bucketfs logger if you need to.
#
# 1. Get a reference to the bucketfs logger
bucketfs_logger = logging.getLogger('exasol.bucketfs')
bucketfs_logger = logging.getLogger("exasol.bucketfs")

# 2. Configure the bucketfs logger as needed
# Note:
Expand Down

0 comments on commit 44f9641

Please sign in to comment.