Skip to content

Support directory and user expansion#1657

Open
waketzheng wants to merge 3 commits intoSupervisor:mainfrom
waketzheng:support-directory-expansions
Open

Support directory and user expansion#1657
waketzheng wants to merge 3 commits intoSupervisor:mainfrom
waketzheng:support-directory-expansions

Conversation

@waketzheng
Copy link
Copy Markdown

@waketzheng waketzheng commented Aug 29, 2024

Closes #1518

  1. Support 'directory' expansion: stdout_logfile=%(directory)s/echo_time.log
  2. Support 'user' expansion:
[program:api]
user=ubuntu
command=uv run --config-file /home/%(user)s/.config/uv/uv.toml app/main.py
directory=/home/%(user)s/coding/myproject
stdout_logfile=%(directory)s/logs/api.log

@waketzheng waketzheng changed the title Support directory expansions Support directory and user expansion Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

How to set the path of stdout_logfile same as the directory?

1 participant