Ask Your Question
4

What is the process to turn off the event logging feature in ASP.NET core microservices?

asked 2023-02-04 11:00:00 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2021-05-28 06:00:00 +0000

lalupa gravatar image

The process to turn off the event logging feature in ASP.NET Core microservices involves the following steps:

Step 1: Open the appsettings.json file in your ASP.NET Core solution.

Step 2: Under the Logging section, set the LogLevel property to None.

Step 3: Save the changes made in the appsettings.json file.

Step 4: Rebuild and run your ASP.NET Core microservices application to apply the changes.

This will turn off the event logging feature in your microservices application.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-02-04 11:00:00 +0000

Seen: 9 times

Last updated: May 28 '21