0
shridhar.mole created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version?
- 10.2
- What is your product type (Angular or MVC)?
- Angular
- What is product framework type (.net framework or .net core)?
- .Net Core
If issue related with ABP Framework
- What is ABP Framework version?
- 6.2
Hi,
We need to perform following two specific tasks related to Hangfire
- Configure log4net for Hangfire jobs to put the logs in a different file i.e. separate from main application log file
- Configure Hangfre Server to run as on a different machine or in another process i.e. not as part of the main application process
What would be the steps to achive this behavior with Hangfire?
Thanks in advance.
1 Answer(s)
-
0
Hi @shridhar.mole
- I'm not sure how to implement this. You may check log4net documentation.
- For this, it is better to create a new web app and host Hangfire in this project.