dioxus
dioxus copied to clipboard
CLI Rolling Log File
Feature Request
A rolling log file for the CLI where CLI tracing logs are dumped. In addition, add a ton of logging for every operation (paths, names, configs, etc). This may help to easily determine where issues are occurring as the user could drop their log file for us. Especially when an issue only seems to occur on a specific user's device.
Implement Suggestion
Store a dx-log file in the user's temporary folder. Limit the size to about 1MB and clearly separate multiple calls to dx. E.g. if I use dx serve then dx clean and lastly dx serve, I want to be able to clearly separate each usage of dx within the log file.