aboutsummaryrefslogtreecommitdiff
path: root/internal/conf/log.go
Commit message (Collapse)AuthorAge
* all: replace `interface{}` with `any` (#7330)Joe Chen2023-02-02
| | | Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
* chore: fix typos in code comments (#6556)Atin2021-05-19
|
* cmd/serv: improve hookMode handling (#5960)ᴜɴᴋɴᴡᴏɴ2020-03-02
| | | | - Allow remove primary logger at better location - Use more appropriate log.Error to replace log.Fatal
* cmd: init minimal logging config in hook modeᴜɴᴋɴᴡᴏɴ2020-03-02
|
* conf: add unit tests (#5954)ᴜɴᴋɴᴡᴏɴ2020-02-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * conf: add tests for utils.go * conf: add tests for static.go * mock os/exec * Run tests on Windows * appveyor: fix gcc not found * computed: add unit tests * log: add unit tests * log: fix tests on Windows * conf: add some tests * Finish adding tests * Cover more cases * Add tests for testutil * Add more tests
* conf: overhaul settings (#5953)ᴜɴᴋɴᴡᴏɴ2020-02-29
* Overhaul cache settings * Overhaul HTTP settings * conf: overhaul more settings * log: make LGTM happy * travis: upload report to Codecov * Add codecov.yml