I need to separate "AbpAuditLogging" from "AdministrationService" in a separete DB.
How can I do it?
I need to create a new aggregation on Shared "LoggingService", put "AbpAuditLogging" and remove from "AdmistrationService". About other services I need to add the new connection string for all?
I'm using ABP 7.4.5
1 Answer(s)
-
0
Hello,
We have updated the microservice template, and you can download the latest microservice solution using the newest version of ABP Studio.
In this updated solution, as you mentioned, AuditLogging has been positioned as a separate service. You will find concrete code examples demonstrating how this has been implemented, which you can use as a reference to apply the same approach to your own solution.
If you encounter any issues or have any questions, feel free to reach out. We’re happy to assist you!