Windows Media Services Logs
So I'm looking at enabling the logging features of WMS on our media server at work and decided to move them to a different drive partition in order to prevent log files from filling up the system drive. Unfortunately I wasn't paying close enough attention to the format required to include the date within the log file's name. Since I wasn't able to quickly find the information from Google, the default is:
%SystemRoot%\System32\LogFiles\WMS\\WMS_.log
Following a similar convention on a different drive is a matter of substituting the %SystemRoot% and subfolders accordingly.
%SystemRoot%\System32\LogFiles\WMS\
Following a similar convention on a different drive is a matter of substituting the %SystemRoot% and subfolders accordingly.