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

do not evaluate log_location until decide to start process #58

Closed
dzmitry-lahoda opened this issue Jun 15, 2023 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@dzmitry-lahoda
Copy link

Feature Request

use log_location only when going to start process

Use Case:

process with log_location depends on other process before to create folder

Proposed Change:

only before process start, try to create log file.

may be write warning on overall compose start

Who Benefits From The Change(s)?

me

Alternative Approaches

wrapper around compose to run some script before to setup folders, like in docker compose mounts?

@F1bonacc1 F1bonacc1 added the enhancement New feature or request label Jun 16, 2023
F1bonacc1 added a commit that referenced this issue Jun 16, 2023
@F1bonacc1
Copy link
Owner

F1bonacc1 commented Jun 16, 2023

Hi @dzmitry-lahoda

Added this in v0.51.4

Edit:
I forgot to mention that the global log, if defined, will create the log file, before running all the processes.

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

No branches or pull requests

2 participants