Kallen Ding
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...
#### 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...

### 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`)...
# Actual Behavior ```erlang ❯ kubetail -h examples: kubetail my-pod-v1 ❯ kubetail -n dragonfly-system dragonfly-client-5ndh4 ```  # Expected Behavior - `kubetail` just only output the pod logs which specificed...