-
Notifications
You must be signed in to change notification settings - Fork 232
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
Add --log-file option when using the action server #161
Comments
Thanks for raising this issue, @erohmensing will get back to you about it soon✨ Please also check out the docs and the forum in case your issue was raised there too 🤗 |
Hi @roniemartinez, i think this sounds like a promising enhancement.
One thing to think about is that when the SDK is running as an image, it runs via the |
@erohmensing I misread it as you incorrectly added it to the quotes. It is actually the action server that does not have an option to save logs to a file. The logs can only be seen in the command line. As for the API server, you can simply do this:
For the action server, this does not work since the
|
Ah I see what you mean, the Rasa server, not the API of the Action Server. Would you like to work on adding this feature? |
We'll see. Though, I certainly have not enough time right now. |
Okay, I will open it up for other community members to contribute, then 🙂 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Have created a PR for this issue here #306 . Please review and give comments if any. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description of Problem:
There is no option to save logs to a log file when using the actions server from the command line as oppose to API server with
--log-file
argumentOverview of the Solution:
Add option for the action server to save logs to a log file similar to what the API server can do.
Definition of Done:
--log-file
as command line parameterThe text was updated successfully, but these errors were encountered: