Skip to content

Commit

Permalink
exclude logs
Browse files Browse the repository at this point in the history
  • Loading branch information
area363 committed Jul 17, 2023
1 parent 1b7727e commit 87b6727
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions NineChronicles.DataProvider.Executable/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,60 @@
"Args": {
"expression": "SourceContext = 'Libplanet.Stun.TurnClient'"
}
},
{
"Name": "ByExcluding",
"Args": {
"expression": "SourceContext = 'Libplanet.Net.Swarm'"
}
},
{
"Name": "ByExcluding",
"Args": {
"expression": "SourceContext = 'Libplanet.Net.Transports.NetMQTransport'"
}
},
{
"Name": "ByExcluding",
"Args": {
"expression": "Source = 'TxCompletion'"
}
},
{
"Name": "ByExcluding",
"Args": {
"expression": "Source = 'TxFetchJob'"
}
},
{
"Name": "ByExcluding",
"Args": {
"expression": "Source = 'VolatileStagePolicy'"
}
},
{
"Name": "ByExcluding",
"Args": {
"expression": "SourceContext = 'NineChronicles.Headless.Middleware.HttpCaptureMiddleware'"
}
},
{
"Name": "ByExcluding",
"Args": {
"expression": "SourceContext = 'NineChronicles.Headless.Middleware.GrpcCaptureMiddleware'"
}
},
{
"Name": "ByExcluding",
"Args": {
"expression": "SourceContext = 'Libplanet.Net.Protocols.RoutingTable'"
}
},
{
"Name": "ByExcluding",
"Args": {
"expression": "Source = 'LoggedRenderer'"
}
}
]
},
Expand Down

0 comments on commit 87b6727

Please sign in to comment.