Intune Connector Service - Does not log to the database table *Tenant Diagnostics Log*
This article is about product releases
ALVAO Microsoft Intune Connector 11.2 and higher
Symptoms
ALVAO Intune Connector Service does not log much information.
DB table TenantDiagnosticsLog does not have any Intune Service logs.
Cause
The cause is a bug in ALVAO products.
Solution
Fixed in release 11.2.1418 - 11.2/FIX2 (2024-06-06)
Workaround
Locate the appsettings.json file in the Intune Service installation folder.
Add , at the end of last line in the extensions part and new line { "assembly": "Alvao.API" }.
Change it from this:
"extensions": [
{ "assembly": "NLog.Database" },
{ "assembly": "NLog.Extensions.Logging" },
{ "assembly": "Microsoft.ApplicationInsights.NLogTarget" }
],
To this:
"extensions": [
{ "assembly": "NLog.Database" },
{ "assembly": "NLog.Extensions.Logging" },
{ "assembly": "Microsoft.ApplicationInsights.NLogTarget" },
{ "assembly": "Alvao.API" }
],
Steps to reproduce this behavior
Attachments
Issue number
T160311ALVAO