Log powerBI requests

This commit is contained in:
Michał Zieliski
2024-06-06 20:59:30 +02:00
parent f9eb449ce6
commit 3cd2496504
3 changed files with 135 additions and 52 deletions

View File

@@ -40,6 +40,9 @@ namespace WebAPI.Controllers
case LogType.process:
type = "Process";
break;
case LogType.powerBI:
type = "PowerBIAccess";
break;
default:
type = "Other"; // should never happen
break;