Commit Graph

4 Commits

Author SHA1 Message Date
Julio López
1f9f9a1846 chore(general): use non-formatting log variants when there is no formatting (#3931)
Use non-formatting logging functions for message without formatting.
For example, `log.Info("message")` instead of `log.Infof("message")`

Configure linter for printf-like functions
2024-06-18 23:13:17 -07:00
Aaron Alpar
d034a37682 feat(cli): 1B: PPROF extensions: load profile config (#3668)
Co-authored-by: Shikhar Mall <mall.shikhar.in@gmail.com>
2024-02-27 12:30:14 -08:00
Aaron Alpar
58ea857f14 rename env var (#3669) 2024-02-21 13:24:54 -08:00
Aaron Alpar
a726f11a04 feat(cli): 1a: PPROF extensions: PEM dump (#3665)
* c1a commit

* fixup package comment

* happy lint
2024-02-21 00:07:37 +00:00