Skip to content

Commit 6eef1f1

Browse files
committed
Change default log level
1 parent 7da2b16 commit 6eef1f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plantower/plantower.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
DEFAULT_SERIAL_TIMEOUT = 2 # Serial timeout to use if not specified
1414
DEFAULT_READ_TIMEOUT = 1 #How long to sit looking for the correct character sequence.
1515

16-
DEFAULT_LOGGING_LEVEL = logging.DEBUG
16+
DEFAULT_LOGGING_LEVEL = logging.WARN
1717

1818
MSG_CHAR_1 = b'\x42' # First character to be recieved in a valid packet
1919
MSG_CHAR_2 = b'\x4d' # Second character to be recieved in a valid packet

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="plantower",
8-
version="0.0.1",
8+
version="0.0.2",
99
author="Philip Basford",
1010
author_email="[email protected]",
1111
description="An interface for plantower particulate matter sensors",

0 commit comments

Comments
 (0)