Skip to content

Commit

Permalink
Update logger.py
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer authored Nov 30, 2023
1 parent 7c8917f commit 74152af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spikeinterface_pipelines/logger.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import logging


logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)

0 comments on commit 74152af

Please sign in to comment.