kubeshark/cli/uiUtils
M. Mert Yıldıran 147e812edb
Replace all rlog occurrences with the shared logger (#350)
* Replace all `rlog` occurrences with the shared logger

* Use the same log format in `InitLoggerStderrOnly` as well

* Convert one more `log.Fatal` to `logger.Log.Errorf` as well in the `cli`

* Replace `log.` occurrences with `logger.Log.` in `agent`

* Fix `cannot use err (type error)`

* Change the logging level to `DEBUG`

* Replace an `Errorf` with `Fatal`

* Add informative message
2021-10-17 12:15:30 +03:00
..
colors.go Namespace restricted mode (#147) 2021-08-05 10:28:31 +03:00
confirmation.go Replace all rlog occurrences with the shared logger (#350) 2021-10-17 12:15:30 +03:00
openBrowser.go Move cli/logger to shared, and refactor all its usages in cli (#349) 2021-10-14 10:18:01 +03:00
prettyString.go Adding (basic) configuration (#135) 2021-07-26 11:23:35 +03:00