Using below code in appsettings.json file for generating serilog daily
"rollingInterval": "Day",
It is generating .txt in path with below format
20210414.txt
how to generated .txt in path with this format
14Apr2021.txt
Using below code in appsettings.json file for generating serilog daily
"rollingInterval": "Day",
It is generating .txt in path with below format
20210414.txt
how to generated .txt in path with this format
14Apr2021.txt
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Naimish MakwanaPosted Apr 21, 2023, 7:24 AM
Try below:
Thanks