Skip to content

Commit

Permalink
fix: changed log location
Browse files Browse the repository at this point in the history
  • Loading branch information
avinogrado authored and the-homeless-god committed Aug 31, 2024
1 parent 75e3298 commit 3dd3435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/backend/app/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def setupLoggerConfig(fileName):
level=logging.INFO,
format=format,
handlers=[
logging.FileHandler(os.getenv("LOG_FILE_PATH") + "logs/" + fileName),
logging.FileHandler(os.getenv("LOG_FILE_PATH") + fileName),
logging.StreamHandler(),
],
)
Expand Down

0 comments on commit 3dd3435

Please sign in to comment.