Hi,
Is there a best practice to store error log in RabbitMQ in ABP?
Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.
If you're creating a bug/problem report, please include followings:
ABP Framework version: v5.3.3
UI type: Blazor
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): yes / no
Exception message and stack trace:
Steps to reproduce the issue:"
4 Answer(s)
-
0
Hi,
Can you explain it in detail? thanks.
-
0
Hi,
Can you explain it in detail? thanks.
Is there any way to keep error log topic with ABP? I used ABP RabbitMqDistributedEventBus with BackgroundJobManager and I'am sending message to queue. Bu if there is an error, t I want to keep error log in other topic in RabbitMq like a,
Is there any way to keep error log topic with ABP?
-
0
Hi, ABP does not provide any UI or monitoring service for RabbitMQ Logs. There are great third-party tools for these purposes. You can check the Elastic Agent for instance: https://docs.elastic.co/en/integrations/rabbitmq . It collects and parses logs from RabbitMQ servers with Elastic Agent (APM). .
-
0
Hi, ABP does not provide any UI or monitoring service for RabbitMQ Logs. There are great third-party tools for these purposes. You can check the Elastic Agent for instance: https://docs.elastic.co/en/integrations/rabbitmq . It collects and parses logs from RabbitMQ servers with Elastic Agent (APM).
Thank you so much for advice