Skip to content
Snippets Groups Projects
Commit 49ef576c authored by Adam Harrison-Fuller's avatar Adam Harrison-Fuller
Browse files

Updating sentinel logging

parent bd9fec2c
No related branches found
Tags v0.1.2
No related merge requests found
......@@ -261,7 +261,7 @@ func readEnv() EnvValues {
_, hasRedisSentinel := os.LookupEnv("USE_SENTINEL")
if hasRedisSentinel {
log.Printf("Running in sentinel mode")
log.Printf("Running in sentinel aware mode")
useSentinel = true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment