Skip to content

Commit

Permalink
fix: add the log level back in (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Jun 5, 2023
1 parent 9dbb742 commit ccc9832
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion templates/python/__init__package.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ from {{packageName}}.providers.init import init, deinit
api_key = ""

# @deprecated: use gentrace.providers.init.init() instead to set the Gentrace
# API key
# host
host = ""

# @deprecated: use gentrace.providers.init.init() instead to set the Gentrace
# log level
log_level = "warn"

0 comments on commit ccc9832

Please sign in to comment.