Execute the following command to activate tab completion for klog in zsh:

    source <(klog completion -c zsh)

Note that this only takes effect for your current shell session. For permanent activation (beyond the current shell session), you can e.g. paste this command into your zsh’s init file, which usually is: ~/.zshrc
