Log powerBI requests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user