-
ABP Framework version: v6.3.3
-
UI Type: Angular
-
Database System: EF Core (SQL Server, Oracle, MySQL, PostgreSQL, etc..) /
-
Tiered (for MVC) or Auth Server Separated (for Angular): no
-
Exception message and full stack trace:
-
Steps to reproduce the issue:
Hello, I want to log the log file that ABP uses by default as new log files with the current date. Can you guide me as a method? Best Practice?
5 Answer(s)
-
0
Hello ,
Can you check this ticket https://support.abp.io/QA/Questions/6544/API-Performance-Issue.
In this ticket give the steps how to create a log file.Thank you,
-
0
Hi,
link is not working -
0
Hello ,
Sorry for that check this link https://code-maze.com/csharp-configure-rolling-file-logging-with-serilog/
Thanks -
0
Thanks your answer,
But :)
It created the log file on the relevant date, but it continues to write the logs to the old file. It does not write to the new file.
writes all other logs to the old file
-
0
Hello ,
You can check this similar ticket https://support.abp.io/QA/Questions/2208/Create-log-file-one-per-day
Thank you.