Skip to content

Commit 089114a

Browse files
authored
Merge pull request #11 from surface-security/develop
v0.0.4
2 parents 02d30e2 + c9e0e93 commit 089114a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

logbasecommand/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.3"
1+
__version__ = "0.0.4"

logbasecommand/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def execute(self, *args, **options):
5656
self.logger.setLevel(
5757
[
5858
logging.ERROR,
59-
max(self.logger.getEffectiveLevel(), logging.INFO),
60-
logging.DEBUG,
59+
logging.INFO,
60+
logging.WARNING,
6161
logging.DEBUG,
6262
][self.verbosity]
6363
)

testapp/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
pytest==6.2.5
33
pytest-cov==2.12.1
44
pytest-django==4.4.0
5-
black==20.8b1
5+
black==24.3.0

0 commit comments

Comments
 (0)