Skip to content
#

crd

Here are 125 public repositories matching this topic...

chaos-mesh
YangKeao
YangKeao commented Mar 10, 2021
pods, err := selector.SelectAndFilterPods(ctx, r.Client, r.Reader, &dnschaos.Spec, config.ControllerCfg.ClusterScoped, config.ControllerCfg.TargetNamespace, config.ControllerCfg.AllowedNamespaces, config.ControllerCfg.IgnoredNamespaces)

This line of code occurs several times in Chaos Mesh code base, and most of these config.xxx.xxx won't change during the runtime. Please construct

litmus
rajdas98
rajdas98 commented Mar 18, 2021

Currently, the litmus portal’s backend logs aren’t meaningful and formatted. Also, It’s difficult to find the root cause of any litmus portal component failure by going through the logs.

The requirements of this issue are:

  • Use a common go pkg like logrus/glog/klog across all litmus portal’s backend components
  • Add meaningful log on the edge cases
  • Format the existing log.

List of c

Improve this page

Add a description, image, and links to the crd topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the crd topic, visit your repo's landing page and select "manage topics."

Learn more