Skip to content

Commit

Permalink
Merge pull request #224 from jacebrowning/update-logging
Browse files Browse the repository at this point in the history
Update minilog
  • Loading branch information
jacebrowning authored Sep 5, 2020
2 parents e1152fa + dad4afd commit 2bbf68a
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 52 deletions.
1 change: 0 additions & 1 deletion gitman/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ def configure_logging(count=0):
verbose_format = settings.VERBOSE2_LOGGING_FORMAT

# Set a custom formatter
log.reset()
log.init(level=level)
log.silence('datafiles', allow_warning=True)
logging.captureWarnings(True)
Expand Down
99 changes: 51 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "gitman"
version = "2.1b3"
version = "2.1b4"
description = "A language-agnostic dependency manager using Git."

license = "MIT"
Expand Down Expand Up @@ -42,8 +42,8 @@ classifiers = [

python = "^3.7"

datafiles = ">=0.9"
minilog = "^1.5"
datafiles = "~0.11b4"
minilog = "^2.0b1"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 2bbf68a

Please sign in to comment.