Skip to content

Commit

Permalink
fix log path
Browse files Browse the repository at this point in the history
  • Loading branch information
arminpatel committed Apr 25, 2024
1 parent 780c7ef commit ecc2e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@

# Logging

LOG_DIRECTORY = os.getenv('LOG_DIRECTORY', '/var/log/getit/')
LOG_DIRECTORY = os.getenv('LOG_DIRECTORY', '~/logs/getit/')
if not os.path.exists(LOG_DIRECTORY):
os.makedirs(LOG_DIRECTORY)

Expand Down

0 comments on commit ecc2e5f

Please sign in to comment.