70-339 · Question #54
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals…
The correct answer is B. No. Set-SPLogLevel configures SharePoint's diagnostic logging verbosity but does not fulfill a monitoring requirement on its own.
Question
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals. You need to monitor the environment. You run the following Windows PowerShell cmdlet:
Set-SPLogLevel Does the solution meet the goal?
Options
- AYes
- BNo
How the community answered
(31 responses)- A13% (4)
- B87% (27)
Why each option
Set-SPLogLevel configures SharePoint's diagnostic logging verbosity but does not fulfill a monitoring requirement on its own.
Running Set-SPLogLevel does not meet the monitoring goal because adjusting log verbosity is not equivalent to actively monitoring system health or performance.
Set-SPLogLevel is a PowerShell cmdlet that adjusts the trace and event log levels for SharePoint components, controlling how much detail is written to diagnostic logs. It does not collect performance metrics, alert on thresholds, or provide real-time environmental monitoring - it only changes logging granularity, which is a configuration action rather than a monitoring solution.
Concept tested: SharePoint diagnostic logging vs. environment monitoring
Source: https://learn.microsoft.com/en-us/powershell/module/sharepoint-server/set-sploglevel
Topics
Community Discussion
No community discussion yet for this question.