-
Notifications
You must be signed in to change notification settings - Fork 480
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
Log commands and use Environment Variables when using running commands manually #137
Comments
You mean 'Run Now'? This doesn't seem to use cron. That's why its not logging to any files. |
Yes, 'run now' doesn't use crontab, but even so, it should use the environment variables and should log the output otherwise the crontab and the 'run now' would have different behaviors. |
Agree with environment vars. For o/p you can do the re-direction by yourself and check. Will look into env vars and check whether it can be fixed quickly! |
Ignore. See that you had modified per your requirement and raised a PR. |
I have merged this #138 |
When running a command manually from the UI it is not logged to file, only to
crontab-ui
stdout. Also, the Environment Variables are not passed to the command.The text was updated successfully, but these errors were encountered: