Skip to content

Fix logging write to database#4

Open
Octopon wants to merge 1 commit intoApress:mainfrom
Octopon:hotfixLogToMSSql
Open

Fix logging write to database#4
Octopon wants to merge 1 commit intoApress:mainfrom
Octopon:hotfixLogToMSSql

Conversation

@Octopon
Copy link

@Octopon Octopon commented Nov 21, 2022

Hello.
Logs were not written to the database.
The reason was that the length of the columns was too small.

Table:
"Logging.SeriLogs"
Column:
"ActionName": nvarchar(50) to nvarchar(100)
"FilePath": nvarchar(50) to nvarchar(100)

Attached screenshots for better understanding of the problem.
1
2

After applying the new migration, the logs began to be written to the table Logging.Serilogs
3

@Octopon Octopon changed the title Update columns lenght(schema: Logging, table: SeriLogs) Fix logging to database Nov 21, 2022
@Octopon Octopon changed the title Fix logging to database Fix logging write to database Nov 21, 2022
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