mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-28 15:36:29 +00:00
Update issue template with better links to logs, add CLI instructions (#3169)
* Update issue template with better links to logs, add CLI instructions Legacy supervisor_logs target (which is currently kind of broken) replaced with standard logs with provider specified. Added instructions how to get logs in HA CLI. * Apply suggestions from code review Co-authored-by: Stefan Agner <stefan@agner.ch>
This commit is contained in:
parent
e7a62ce563
commit
b599d24658
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -81,10 +81,10 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Anything in the Supervisor logs that might be useful for us?
|
label: Anything in the Supervisor logs that might be useful for us?
|
||||||
description: >
|
description: >
|
||||||
Supervisor Logs can be found in [Settings -> System -> Logs](https://my.home-assistant.io/redirect/logs/)
|
Supervisor Logs can be found in [Settings -> System -> Logs](https://my.home-assistant.io/redirect/logs/?provider=supervisor)
|
||||||
then choose `Supervisor` in the top right.
|
then choose `Supervisor` in the top right. Alternatively enter `ha supervisor logs` in the Home Assistant CLI.
|
||||||
|
|
||||||
[](https://my.home-assistant.io/redirect/supervisor_logs/)
|
[](https://my.home-assistant.io/redirect/logs/?provider=supervisor)
|
||||||
render: txt
|
render: txt
|
||||||
- type: textarea
|
- type: textarea
|
||||||
validations:
|
validations:
|
||||||
@ -92,8 +92,8 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Anything in the Host logs that might be useful for us?
|
label: Anything in the Host logs that might be useful for us?
|
||||||
description: >
|
description: >
|
||||||
Host Logs can be found in [Settings -> System -> Logs](https://my.home-assistant.io/redirect/logs/)
|
Host Logs can be found in [Settings -> System -> Logs](https://my.home-assistant.io/redirect/logs/?provider=host)
|
||||||
then choose `Host` in the top right.
|
then choose `Host` in the top right. Alternatively enter `ha host logs` in the Home Assistant CLI.
|
||||||
render: txt
|
render: txt
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user