The following PowerShell cmdlet will get all the diagnostic configuration values
Get-SPDiagnosticConfig
If you want to change the location of your diagnostic configuration log use the following PowerShell cmdlet
Set-SPDiagnosticConfig -LogLocation D:\SharePointLogs\
Related posts:
[...] PowerShell To Change SharePoint Diagnostic Log File Location [...]