Skip to content

Here's a small bug. LoggingConfiguration.cs#16

Open
AlexFromKiyv wants to merge 1 commit intoApress:mainfrom
AlexFromKiyv:patch-3
Open

Here's a small bug. LoggingConfiguration.cs#16
AlexFromKiyv wants to merge 1 commit intoApress:mainfrom
AlexFromKiyv:patch-3

Conversation

@AlexFromKiyv
Copy link

@AlexFromKiyv AlexFromKiyv commented Sep 14, 2025

The settings state that the text file will be written to d:\temp\ ... if builder.Environment.IsDevelopment(). There is an error in the code and the file is saved in the project directory when it in development.

You settings say that text file for log will be written in d:\temp\ ... if builder.Environment.IsDevelopment(). But in code there is error and file save in project directory.
@AlexFromKiyv AlexFromKiyv changed the title Here is error. LoggingConfiguration.cs Here is the error. LoggingConfiguration.cs Sep 15, 2025
@AlexFromKiyv AlexFromKiyv changed the title Here is the error. LoggingConfiguration.cs Here's a small bug. LoggingConfiguration.cs Sep 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments