Logging in Office Web Apps

Hello,

If you need to activate the verbose logging in the Office Web Apps server you have to set it with the following PS command:

Set-officewebappsfarm -LogVerbosity Verbose

Once it has been executed, we need to restart the OWA service

Restart-service wacsm -force

Once we have finished doing our tests, we can set the log level as default, to do this, we need to execute the following PS

Set-officewebappsfarm -LogVerbosity “”

Once again, we need to restart the service to take effect

Restart-service wacsm -force

That’s all!

Advertisement

2 thoughts on “Logging in Office Web Apps

    1. Hi Brian, long time ago since I wrote this post, but i think that you can run in Powershell the following command: get-officewebappsfarm (or something like that), and you will have aproperty which will say where the logs are stored

      Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s