[4.2403.972.90038] Support for network log location #244
arudell
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Start-SdnDataCollection
has some new functionality introduced with #237! Previously the data collection utility only supported log collection of the log files locally per node. With the most recent release,Start-SdnDataCollection
will also handle collection and filtering of the logs from network share path automatically when you specify-IncludeLogs
. As part of this new change, there are some requirements:Start-SdnDataCollection
from.-Credential
when runningStart-SdnDataCollection
.Logs collected from a network share will be under the .\SdnDataCollection_{YYYYMMDD-HHMMSS}\NetShare_SdnDiagnosticLogs folder.
In addition to supporting network share location, we also expanded capability to have it automatically pick up traces related to Service Fabric, crash dumps, performance counters, etc. You can control the amount of data by leveraging the
-FromDate
and-ToDate
parameter to time slice the logs based on when you encountered an issue. By default, if those parameters are omitted, it will default to the last 4 hours.Beta Was this translation helpful? Give feedback.
All reactions