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

var/log and var/run not created in distributions #551

Open
nickcharles opened this issue Jul 25, 2019 · 1 comment
Open

var/log and var/run not created in distributions #551

nickcharles opened this issue Jul 25, 2019 · 1 comment

Comments

@nickcharles
Copy link

What happened?

The way I'm reading the following snippet leads me to believe that in each generated tarball I should be able to find an empty var/log and var/run.

Additionally, the following directories are created in every SLS distribution created:

var/log
var/run

My generated tarballs do not contain those directories, am I misreading this?

Version 3.8.1

@iamdanfox
Copy link
Contributor

@nickcharles I think in most of our services those directories are created by something else (e.g. the deployment infra) or by a docker image, or by go-java-launcher.

It seems plausible to make the plugin include them, but is this actually causing problems for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants