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:
Niraj Tolia 2022-12-20 11:09:19 -08:00 committed by GitHub
parent ee166903e4
commit 0591ca1ba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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.