3

When I tried to increase the ADFS Trace -log level using the Microsoft instructions , I am getting the below error:

C:\Windows\system32>wevtutil sl "AD FS 2.0 Tracing/Debug" /L:5
Failed to read configuration for log AD FS Tracing. The specified channel could not be found. Check channel configuration.

rbrayb
  • 46,440
  • 34
  • 114
  • 174
Karthik
  • 3,075
  • 3
  • 31
  • 61
  • Note that this command only works in PowerShell. If you execute it in a normal Command Prompt you will get, "Too many arguments are specified. The parameter is incorrect." – Mike Apr 13 '16 at 02:32

1 Answers1

4

I managed to find the solution(using this blog post)- The Log file names were changed in ADFS 2.1 from AD FS 2.0 Tracing/Debug to AD FS Tracing/Debug

Old Path:

%SystemRoot%\System32\Winevt\Logs\AD FS 2.0 Tracing%4Debug.etl

New Path:

%SystemRoot%\System32\Winevt\Logs\AD FS Tracing%4Debug.etl

Karthik
  • 3,075
  • 3
  • 31
  • 61