Skip to content
This repository has been archived by the owner on Aug 18, 2022. It is now read-only.

Commit

Permalink
No logging if the user did not setup a logging config
Browse files Browse the repository at this point in the history
  • Loading branch information
tmontaigu committed Aug 22, 2018
1 parent f60ca86 commit f52b7b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pylas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@
from .lib import read_las as read
from .point import PointFormat
from .point.dims import supported_point_formats

import logging
logging.getLogger(__name__).addHandler(logging.NullHandler())

0 comments on commit f52b7b5

Please sign in to comment.