microsoft / microsoft/CSS-Exchange
Improve Troubleshoot-ModernSearch log output
@dpaulson45 is already working on this.
Since May 19, 2022.
- Dominant language
- PowerShell
- Stars
- 1.3k
- Forks
- 395
- Avg merge
- 14h 7m
- Merged PRs (30d)
- 5
Description
Is your request related to a problem? Please describe.
Currently, we dump multiple things to the log, which is good for if you are running the script once or don't know what we are doing and can just collect the last log and it should have everything that we are looking for. However, if you are running the script and trying to find multiple messages, we get the same generic information every time. This bloats the logs and isn't truly needed.
Describe The Request
Determine the best way to "cache" what information we have recently dumped out for X user or X server. Then don't include that in the log if it isn't needed.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.