log:es debug info
This commit is contained in:
parent
57d21822a8
commit
97c19c59a2
@ -26,8 +26,8 @@ public class InterfaceForwardRepositoriesModule : FakeModule
|
||||
context.Services.Configure<ElasticSearchOptions>(options =>
|
||||
{
|
||||
configuration.GetSection("ElasticSearch").Bind(options);
|
||||
#if !DEBUG
|
||||
options.ShowLogInfo = false;
|
||||
#if DEBUG
|
||||
options.ShowLogInfo = true;
|
||||
#endif
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user