Andreas Wachter
|
fecb4040e6
|
added sublogger to gitea (#178)
* added sublogger to gitea
* implemented the rest of the subloggers
|
2023-10-04 10:55:24 +02:00 |
|
Tom Moulard
|
646b792ac1
|
chore: add linting (#101)
* chore: adding makefile
* chore: adding lint
* chore: update package name
* lint: run with fix
* chore: update main.go
* chore: update main_test.go
* chore: update types.go
* chore: update logger.go
* chore: update types_test.go
* chore: update prometheus.go
* chore: update local.go
* chore: update gitlab.go
* chore: update gogs.go
* chore: update bitbucket.go
* chore: update gitea.go
* chore: update github.go
* chore: update main*.go
* chore: go mod tidy
* chore: update action to have a correct working-directory
|
2022-03-20 11:25:11 +01:00 |
|
Colin Dean
|
b471943f19
|
Set log level based on --quiet and --silent (#72)
* Adjusts --quiet to output only warn+ log messages
Fixes #51
* Adds a --silent option to suppress all log output
|
2021-12-29 07:29:30 +01:00 |
|
Andreas Wachter
|
19306748ac
|
implemented quiet into main
|
2021-12-25 16:37:33 +01:00 |
|
Andreas Wachter
|
dfe400ecbb
|
Added logger functionality
|
2021-12-13 08:15:48 +01:00 |
|