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

Logs of the executed command #57

Open
ramiel opened this issue Nov 15, 2023 · 0 comments
Open

Logs of the executed command #57

ramiel opened this issue Nov 15, 2023 · 0 comments

Comments

@ramiel
Copy link

ramiel commented Nov 15, 2023

I'd like to redirect the logs of the command run at the exec in order to see them in docker logs. I tried the following

exec_push mycommand >>/dev/stdout 2>&1;

but it's not working. Redirecting to ay other file is working. Any hint about how to solve this?

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

1 participant