Hello Scott,
There are no such logs. However, you can also check the requests specifically sent to Microsoft 365 and Exchange. For details, have a look at the following articles:
Additionally, you can enable tracing of Web interface requests:
- Navigate to the folder where Adaxes Web interface is installed. By default, the folder is C:\Program Files\Softerra\Adaxes 3\Web Interface.
- Open the App folder.
- Open the Web.config file with a text editor.
- Locate the configuration\adaxes.web.ui\trace XML element.
- Set the enabled attribute to True.
- Specify the path to the file in the filePath attribute.
...
<adaxes.web.ui adaxesConfigurationSetId="">
<trace enabled="true" filePath="C:\logs\adaxes.webui.trace.txt"/>
</adaxes.web.ui>
- Save the file.