mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Comment out debug logging from EF Core.
This commit is contained in:
parent
ee3c722814
commit
c96319d88b
@ -42,7 +42,7 @@ namespace Remotely.Server.Data
|
||||
protected override void OnConfiguring(DbContextOptionsBuilder options)
|
||||
{
|
||||
options.ConfigureWarnings(x => x.Ignore(RelationalEventId.MultipleCollectionIncludeWarning));
|
||||
options.LogTo((message) => System.Diagnostics.Debug.Write(message));
|
||||
//options.LogTo((message) => System.Diagnostics.Debug.Write(message));
|
||||
}
|
||||
|
||||
protected override void OnModelCreating(ModelBuilder builder)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user