Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a719e1c

Browse files
committed
removed sensitive data logging
1 parent 32a6bb7 commit a719e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎api/ToDoHandlerEFCore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protected override void OnModelCreating(ModelBuilder modelBuilder)
6464
protected override void OnConfiguring(DbContextOptionsBuilder optionsBuilder)
6565
=> optionsBuilder
6666
.LogTo(Console.WriteLine, LogLevel.Information)
67-
.EnableSensitiveDataLogging()
67+
//.EnableSensitiveDataLogging()
6868
.EnableDetailedErrors();
6969

7070
public DbSet<Todo> Todos { get; set; }

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /