diff --git a/src/asciilogo.h b/src/asciilogo.h index 1cbcce142..43ad70e79 100644 --- a/src/asciilogo.h +++ b/src/asciilogo.h @@ -28,14 +28,21 @@ */ const char *ascii_logo = -" \n" -" \n" -" KeyDB %s (%s/%d) %s bit\n" -" \n" -" Running in %s mode\n" -" Port: %d\n" -" PID: %ld\n" -" \n" -" %s\n" -" \n" +" \n" +" _ \n" +" _-(+)-_ \n" +" _-- / \\ --_ \n" +" _-- / \\ --_ KeyDB %s (%s/%d) %s bit \n" +" __-- / \\ --__ \n" +" (+) _ / \\ _ (+) Running in %s mode\n" +" | -- / \\ -- | Port: %d\n" +" | /--_ _ _--\\ | PID: %ld\n" +" | / -(+)- \\ | \n" +" | / | \\ | https://docs.keydb.dev \n" +" | / | \\ | \n" +" | / | \\ | \n" +" (+)_ -- -- -- | -- -- -- _(+) \n" +" --_ | _-- \n" +" --_ | _-- \n" +" -(+)- %s\n" " \n";