Skip to content

Occurrences of "Redis" in log entries #207

Description

@zuiderkwast

We decided (in #254) to change all log entries containing "Redis" to use this style:

serverLog(LL_NOTICE, "%s forked for debugging eval", SERVER_TITLE);

also serverPanic is logging, so we use %s for this too:

serverPanic("Unrecoverable error creating %s Cluster socket accept handler.", SERVER_TITLE);

We shall define SERVER_TITLE to "Valkey" in server.h. (It's different to SERVER_NAME which is "valkey" with lowercase "v".)

Skip the "=== REDIS BUG REPORT". We'll handle that in a separate PR for #274.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions