Skip to content

Commit

Permalink
please, let me in
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Feb 6, 2024
1 parent ec602c7 commit 7f33841
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/UnitTests/AcceptanceTests/Steps/EventEngineSteps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,15 +225,15 @@ public void GivenTheDemoKeysetWithEventEngineEnabled()
config.PublishKey = System.Environment.GetEnvironmentVariable("PN_PUB_KEY");
config.SubscribeKey = System.Environment.GetEnvironmentVariable("PN_SUB_KEY");
config.SecretKey = System.Environment.GetEnvironmentVariable("PN_SEC_KEY");
if (enableIntenalPubnubLogging)
{
// if (enableIntenalPubnubLogging)
// {
config.LogVerbosity = PNLogVerbosity.BODY;
config.PubnubLog = new InternalPubnubLog();
}
else
{
config.LogVerbosity = PNLogVerbosity.NONE;
}
// }
// else
// {
// config.LogVerbosity = PNLogVerbosity.NONE;
// }
config.EnableEventEngine = true;


Expand Down

0 comments on commit 7f33841

Please sign in to comment.