This message was deleted.
# microsoft-fslogix
s
This message was deleted.
n
I think so, but be warned, you should be setting this setting in your master image, as applying it via GPO will not work.
You'd want to set these three values:
Copy code
New-ItemProperty "HKLM:\Software\FSLogix\Logging\" -Name "LogDir" -Value "D:\FSLogix\Logs" -PropertyType "String" -Force | Out-Null
New-ItemProperty "HKLM:\Software\FSLogix\Logging\" -Name "LogFileKeepingPeriod" -Value "14" -PropertyType "DWORD" -Force | Out-Null
New-ItemProperty "HKLM:\Software\FSLogix\Logging\" -Name "LoggingEnabled" -Value "2" -PropertyType "DWORD" -Force | Out-Null
👍 1
n
hmm..okay, i'll test it out.
thx
@Nick Panaccio just a heads up this setting works fine for me and all of my colleagues that use it. Maybe it was the version of fslogix you used that caused the issue. Aw, try setting logging in the GP and see if you have issue.
n
My new place doesn't use FSLogix, so I'm unfortunately (fortunately?) out of that space.