Skip to content

Commit

Permalink
change default verbosity to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Sep 13, 2024
1 parent 48ef0f9 commit b501d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion farmbot/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self):
self.error = None
self.last_messages = {}
self.last_published = {}
self.verbosity = 2
self.verbosity = 1
self.json_printing = True
self.timeout = {
"api": 15,
Expand Down

0 comments on commit b501d31

Please sign in to comment.