-
Notifications
You must be signed in to change notification settings - Fork 381
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
Feature Request: download Homebridge log file and Homebridge Hue dump file #676
Comments
This is available for testing in 4.19.0-test.1. https://github.com/oznu/homebridge-config-ui-x/wiki/How-To-Test-Upcoming-Changes |
Brilliant, @oznu, you’re a miracle worker! I’ll update the Homebridge Hue README on the enxt release of Homebridge Config UI X. Did you give any thoughts to downloading the Homebridge log file as well? |
I think I'd rather the users copy/paste from the logs screen. This might not be ideal, but the logs, more often than they should, especially when running in debug mode, contain sensitive information which could compromise the users privacy. At least when manually copying the logs they will be forced to glance at them to check. |
Is this accessible in a generic way? I.e. for other plugins |
Is your feature request related to a problem? Please describe:
I get many support questions from users who don't know or understand their Homebridge configuration. To troubleshoot my plugins, I really need the (full) Homebridge log file and the debug dump file that Homebridge Hue creates on startup.
I'd like for users to attach these to a GitHub issue, or upload them to Discord, rather than cutting/pasting large amounts of logs, often mangling the text.
Describe the solution you'd like:
Would it be possible for Homebridge Config UI X to allow the Homebridge log file and the Homebridge Hue dump file to be downloaded to the local machine (running the browser)?
To download the log file, I'd envision an option in the View Logs windows, or under the menu, next to Backup / Restore. To download the dump file, I'd envision an extra button (next to NPM, UNINSTALL, SETTINGS) on the plugin tile in the Plugins window.
Homebridge Config UI X already know where the Homebridge logs go. The dump file is
homebridge-hue.json.gz
in the Homebridge user directory.Describe alternatives you've considered:
I've described how to get these in my README, but that proves to be too cumbersome for many users. See https://github.com/ebaauw/homebridge-hue#troubleshooting.
Additional context:
Homebridge Hue has masked IP addresses and API keys in
homebridge-hue.json.gz
.The text was updated successfully, but these errors were encountered: