Skip to content

Commit

Permalink
Reduce notice logging (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored Nov 8, 2020
1 parent f5945ae commit 91e484d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/redisapi.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ static inline std::string loadRedisScript(RedisContext* ctx, const std::string&

std::string sha = r.getReply<std::string>();

SWSS_LOG_NOTICE("lua script loaded, sha: %s", sha.c_str());
SWSS_LOG_INFO("lua script: %s", script.c_str());
SWSS_LOG_INFO("lua script %s loaded, sha: %s", script.c_str(), sha.c_str());

return sha;
}
Expand Down

0 comments on commit 91e484d

Please sign in to comment.