Skip to content

Commit

Permalink
Removes default development ENV variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwils committed May 9, 2024
1 parent 1eb11eb commit 969f86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from pubsub.pubsub import Publisher

ENV = os.getenv("ENV", "development")
ENV = os.getenv("ENV")

class PubSubLogHandler(logging.Handler):
def __init__(self)-> None:
Expand Down

0 comments on commit 969f86b

Please sign in to comment.