Skip to content

Commit

Permalink
[Filestore] add gRPC logs for TServerTest to investigate problem with…
Browse files Browse the repository at this point in the history
… ShouldHandleAuthRequestsWithMultipleCertificates test (#3070)
  • Loading branch information
SvartMetal authored Feb 20, 2025
1 parent 761a717 commit 8923fba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cloud/filestore/libs/server/server_ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <cloud/storage/core/libs/common/error.h>
#include <cloud/storage/core/libs/common/timer.h>
#include <cloud/storage/core/libs/diagnostics/logging.h>
#include <cloud/storage/core/libs/grpc/init.h>

#include <library/cpp/monlib/dynamic_counters/counters.h>
#include <library/cpp/testing/unittest/registar.h>
Expand Down Expand Up @@ -302,6 +303,9 @@ struct TBootstrap

ServerConfig = CreateConfig(serverConfig);

auto grpcLog = Logging->CreateLog("GRPC");
GrpcLoggerInit(grpcLog, true /* enableTracing */);

Server = TSetup::CreateTestServer(
ServerConfig,
Logging,
Expand Down

0 comments on commit 8923fba

Please sign in to comment.