-
Notifications
You must be signed in to change notification settings - Fork 0
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
Output all logs to files #84
Comments
Sure this is an easy one to add, I can add a flag. |
I will add the flag log mode: which will support:
|
@SarahG-579462 you'll be able pass multiple settings: example: --weidu-log-mode log /somepath logapp log-extern |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One of the disadvantages I found with this tool is that there is only ever the latest mod component in the log. Could this be changed to append to
setup-(modname).debug
? I imagine this could be done withweidu --log (filename)
in your call, since if I remember right this appends by default.The text was updated successfully, but these errors were encountered: