Skip to content

Commit

Permalink
do not set pastas log level
Browse files Browse the repository at this point in the history
do not set log level to INFO
  • Loading branch information
dbrakenhoff committed Apr 10, 2024
1 parent 3558f09 commit 8f45fb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pastastore/yaml_interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

from pastastore.version import PASTAS_LEQ_022

ps.logger.setLevel("ERROR")

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


Expand Down

0 comments on commit 8f45fb9

Please sign in to comment.