Set-PnPTraceLog does not log provisioning debug info in Azure Function #476
Replies: 6 comments 1 reply
-
Set-PnPTracelog does not work for me either in Azure Runbook or in Powershell with PnP.PowerShell v1.5.... |
Beta Was this translation helpful? Give feedback.
-
Doesn't work for me either |
Beta Was this translation helpful? Give feedback.
-
Same here :/ |
Beta Was this translation helpful? Give feedback.
-
same here - it doesn't work in regular PowerShell as well. Tested with PnP.PowerShell 1.7.0: Set-PnPTraceLog -On -LogFile "output.log" -Level Debug output log is empty. Since this is discussion which is probably not actively monitored by dev team I've created issue about it: #1061. |
Beta Was this translation helpful? Give feedback.
-
I still have the problem that the trace log is empty - is there a workarround to get detailed information during provisioning? |
Beta Was this translation helpful? Give feedback.
-
I have the same problem. Potential fix(working for me) -> df77459 Raised PR for the same. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I've tested the provisioning of an online site with code I tested locally in PowerShell 7.1
But no luck within an Azure Function (~3) the log file is always empty:
Same code (except
Invoke-PnPSiteTemplate
replaced byApply-PnPProvisioningTemplate
) for Azure function ~1 works perfectly.Has anybody experienced empty trace log file problems with Azure function App version ~3 ?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions