Skip to content

Commit

Permalink
Reduce log level for jwt filter
Browse files Browse the repository at this point in the history
  • Loading branch information
diemtvu committed Jul 23, 2018
1 parent 8f33827 commit 31c880d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/envoy/http/jwt_auth/auth_store.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class JwtAuthStoreFactory : public Logger::Loggable<Logger::Id::config> {
[this](Event::Dispatcher&) -> ThreadLocal::ThreadLocalObjectSharedPtr {
return std::make_shared<JwtAuthStore>(config_);
});
ENVOY_LOG(info, "Loaded JwtAuthConfig: {}",
ENVOY_LOG(debug, "Loaded JwtAuthConfig: {}",
MessageUtil::getJsonStringFromMessage(config_, true));
}

Expand Down

0 comments on commit 31c880d

Please sign in to comment.