Skip to content

Commit

Permalink
Merge pull request #20 from AgrospAI/mid-fix
Browse files Browse the repository at this point in the history
chore: changed logging format
  • Loading branch information
spin3l authored Jan 29, 2025
2 parents 5c28073 + 205bf64 commit 0d967b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion oceanprotocol_job_details/job_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Logging setup for the module
logging.basicConfig(
level=logging.INFO,
format="%(asctime)s [%(threadName)-12.12s] [%(levelname)-5.5s] %(message)s",
format="%(asctime)s [%(threadName)s] [%(levelname)s] %(message)s",
handlers=[
logging.StreamHandler(),
],
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
license = { file = "LICENSE" }

name = "oceanprotocol-job-details"
version = "0.0.6"
version = "0.0.7"
authors = [
{ name = "Christian López García", email = "[email protected]" },
]
Expand Down

0 comments on commit 0d967b1

Please sign in to comment.