I am looking at migrating to v4 and logging seem to be changed. Things that do not seem to create logging into the logging pages are write-verbose, write-debug, write-information and write-psulog. write-verbose creates logging into the console of the browser, but there are quite a few react errors and that makes it hard to read.
Delete logs does not work on the admin page. Not in the apps logs, nor in the Platform → Logging.
The Universal.Server.exe reports debug logging even though this is explicitly configured
Clicking through the logging pages is also weird. It states that i am on page 1, when clicking page 2 the timestamp sort is reverted and with that i am at the last page minus 1. Clicking 1 to get back, i am at the end of the logging.
Things that do not seem to create logging into the logging pages are write-verbose , write-debug , write-information and write-psulog . write-verbose creates logging into the console of the browser, but there are quite a few react errors and that makes it hard to read.
Is this in a dashboard\app?
Delete logs does not work on the admin page. Not in the apps logs, nor in the Platform → Logging.
How are you hosting this? This was a problem with nested IIS sites but I do not see this issue with a standard install.
The Universal.Server.exe reports debug logging even though this is explicitly configured
These settings are no longer honored and all configuration of logging is done through the logging targets.
Clicking through the logging pages is also weird. It states that i am on page 1, when clicking page 2 the timestamp sort is reverted and with that i am at the last page minus 1. Clicking 1 to get back, i am at the end of the logging.
This is another one I cannot reproduce. I’m not sure if that’s somehow related to the delete logs button not working.
I am hosting this locally with a SQL database in Azure.
This is the only thing i can find about logging targets, Logging - PowerShell Universal. Is there documentation on how to correctly implement this in regards to what universal.server.exe is reporting?