Skip to content

Commit

Permalink
refactor: Align logging environment variable. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
clundin25 authored Dec 2, 2022
1 parent 25a1a1e commit 51a4e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/offload.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ bool AttachKeyCertToSslContext(CustomKey *custom_key, const char *cert,

ENGINE *CreateEngineHelper() {
g_enable_logging =
static_cast<bool>(getenv("GOOGLE_AUTH_TLS_OFFLOAD_LOGGING"));
static_cast<bool>(getenv("ENABLE_ENTERPRISE_CERTIFICATE_LOGS"));
LogInfo("Creating engine...");

// Allocate "ex data". We need a way to attach `CustomKey` to `EVP_PKEY`s that
Expand Down

0 comments on commit 51a4e02

Please sign in to comment.