Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the correct log mount for app logs #4473

Merged
merged 1 commit into from
Mar 12, 2021
Merged

Add the correct log mount for app logs #4473

merged 1 commit into from
Mar 12, 2021

Conversation

josegonzalez
Copy link
Member

As per documentation, the /var/log/dokku/apps should be mounted from the host to the container. The existing mount was /var/log/dokku mounted to /var/logs/dokku/apps.

The broken mount will be removed in the next minor.

Closes #4469

As per documentation, the `/var/log/dokku/apps` should be mounted from the host to the container. The existing mount was `/var/log/dokku` mounted to `/var/logs/dokku/apps`.

The broken mount will be removed in the next minor.
@josegonzalez josegonzalez merged commit dd4d66f into master Mar 12, 2021
@josegonzalez josegonzalez deleted the 4469-log-mount branch March 12, 2021 16:59
github-actions bot pushed a commit that referenced this pull request Mar 12, 2021
# History

## 0.24.2

Install/update via the bootstrap script:

```shell
wget https://raw.githubusercontent.com/dokku/dokku/v0.24.2/bootstrap.sh
sudo DOKKU_TAG=v0.24.2 bash bootstrap.sh
```

### Bug Fixes

- #4473: @josegonzalez Add the correct log mount for app logs

### Other

- #4465: @Akirtovskis Add git:unlock command
- #4470: @dependabot-preview[bot] chore(deps): bump socket.io from 3.1.2 to 4.0.0 in /tests/apps/.websocket.disabled
- #4462: @dependabot-preview[bot] chore(deps-dev): bump heroku/heroku-buildpack-php from 189 to 190 in /tests/apps/php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vector logging mount point in docs is wrong
1 participant