Kallen Ding

Results 5 issues of Kallen Ding

### Sample Code: ```go func (u *UserController) DelUser (name string) error { user := new(models.User) filter := builder.Eq{"name": name} // * This code is just to debug whether the record...

WaitForTest

#### What type of PR is this? /kind cleanup #### What this PR does / why we need it: 1. trim trailing whitespace 2. logger func add source line number...

![image](https://github.com/user-attachments/assets/bae10e74-9f34-4b9c-b514-df8245a71c24)

### Bug report: Dragonfly `v0.2.0` does not work well expectedly when I deployed it by helm chart `dragonfly-1.2.28`. 1. When first pull image the dragonfly-client has no log output (`/var/log/dragonfly/dfdaemon/dfdaemon.log`)...

enhancement
good first issue
help wanted
bug

# Actual Behavior ```erlang ❯ kubetail -h examples: kubetail my-pod-v1 ❯ kubetail -n dragonfly-system dragonfly-client-5ndh4 ``` ![image](https://github.com/user-attachments/assets/9175b9f7-ca77-4be0-9b26-c114fee19d6a) # Expected Behavior - `kubetail` just only output the pod logs which specificed...