-
Notifications
You must be signed in to change notification settings - Fork 2k
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 global path for logs #405
Comments
Please can you specify details on how you expect this to interact with the user-customisable per-domain log paths we now have? How would this work in a way which isn't confusing UX for the user? If they edit the per-domain path, and then edit this new setting, what happens? If they leave the per-domain path as the default, and then edit this new setting, what happens in the per-domain UI? etc. |
This new global variable should be used to construct the default path (the one that appears in logging tab): If we have this new modification in place, then we would be able to inject |
Right, but once the user has further customized the path, what is the expected UX of this global setting? Does it become disabled permanently because there is a custom path being used? Or does it remain active? And if it does remain active, what happens if it is changed again, does it reset the customised value? |
It should remain active for the rest of the non cusomized domains. If you concern what happens if user cusomizes the per domain value then goes back and cusomizes the global value... the solution can be a check if the customized path is still equal with global value. In this case changing the global value should not affect the customized value. |
I am still of the belief that this will be very confusing UX for the user, with two settings in two very different parts of the app that influence each other and the output config. As such, I don't think this is something that should be worked on for now, but will leave this issue open so others in the community can express their support if they feel this change would be useful and outweigh the potential confusion caused by the UX. |
As an So IMHO it shouldn't be confusing at all. I leave the issue open as you wish, let's see what others think about that. |
How about having the path in the logging tab with the first part (base path) taken from |
Feature request
Feature description
Allow user to customize the global path for logs:
The text was updated successfully, but these errors were encountered: