velero/pkg/util/logging
Tiger Kaovilai 05722876b9
Moving kopia logging to remove kopia from indirect dependency in velero plugins
when running `go mod why -m github.com/kopia/kopia` in velero-plugins prior to this change you will see following

```
❯ go mod why -m github.com/kopia/kopia
github.com/konveyor/openshift-velero-plugin/velero-plugins
github.com/vmware-tanzu/velero/pkg/plugin/framework
github.com/vmware-tanzu/velero/pkg/util/logging
github.com/kopia/kopia/repo/logging
```

after
```
❯ go mod why -m github.com/kopia/kopia
(main module does not need module github.com/kopia/kopia)
```

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
2023-07-12 10:44:33 -04:00
..
default_logger.go Override logrus.ErrorKey when json logging is enabled (#2830) 2020-08-18 13:53:45 -04:00
default_logger_test.go Add JSON as an option for log output (#1654) 2019-07-30 16:29:34 -07:00
dual_mode_logger.go remove merged back deprecate code 2023-03-21 09:56:52 +08:00
dual_mode_logger_test.go fix issue 5935 2023-03-09 14:24:51 +08:00
error_location_hook.go don't return an error from log hook if value is not an error type 2020-04-30 15:30:22 -06:00
error_location_hook_test.go don't return an error from log hook if value is not an error type 2020-04-30 15:30:22 -06:00
format_flag.go Modify golangci.yaml file. Resolve found lint issues. (#6008) 2023-03-24 12:15:08 +08:00
hclog_level_hook.go update license headers to Velero contributors (#1302) 2019-03-20 12:32:48 -07:00
log_counter_hook.go fix issue 5972 2023-03-24 14:41:22 +08:00
log_level_flag.go Modify golangci.yaml file. Resolve found lint issues. (#6008) 2023-03-24 12:15:08 +08:00
log_location_hook.go Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00
log_location_hook_test.go Updates for org move to vmware-tanzu (#1920) 2019-09-30 17:26:56 -04:00