Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ LOG_LEVEL=INFO
LOG_TIMEZONE=UTC
LOG_APPNAME=DiscordBot
LOG_FILENAME=DiscordBot.log
LOG_DIRECTORY=/app/DiscordBot/logs
LOG_DIRECTORY=/app/logs
LOG_DAYS_TO_KEEP=30
LOG_STREAM_HANDLER=True
LOG_SHOW_LOCATION=False
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
restart: always
env_file: .env
volumes:
- ${LOG_DIRECTORY}:${LOG_DIRECTORY}
- ./logs:${LOG_DIRECTORY}
networks:
- postgres_network
depends_on:
Expand Down