Add info on getting logs to docs and the issue template (#1876)
## Description Make it clear what logs we want ## Does this PR need a docs update or release note? - [x] ✅ Yes, it's included ## Type of change - [x] 🗺️ Documentation
This commit is contained in:
parent
ee166903e4
commit
0591ca1ba2
3
.github/ISSUE_TEMPLATE/BUG-REPORT.yaml
vendored
3
.github/ISSUE_TEMPLATE/BUG-REPORT.yaml
vendored
@ -35,5 +35,6 @@ body:
|
|||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: Relevant log output
|
label: Relevant log output
|
||||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
description: Please run Corso with `--log-level debug`.
|
||||||
|
placeholder: This will be automatically formatted, so no need for backticks.
|
||||||
render: shell
|
render: shell
|
||||||
|
|||||||
@ -3,4 +3,5 @@
|
|||||||
You can learn more about the Corso roadmap and how to interpret it [here](https://github.com/alcionai/corso-roadmap).
|
You can learn more about the Corso roadmap and how to interpret it [here](https://github.com/alcionai/corso-roadmap).
|
||||||
|
|
||||||
If you run into a bug or have feature requests, please file a [GitHub issue](https://github.com/alcionai/corso/issues/)
|
If you run into a bug or have feature requests, please file a [GitHub issue](https://github.com/alcionai/corso/issues/)
|
||||||
and attach the `bug` or `enhancement` label to the issue.
|
and attach the `bug` or `enhancement` label to the issue. When filing bugs, please run Corso with `--log-level debug`
|
||||||
|
and add the logs to the bug report.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user