1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-08-14 06:32:59 +02:00
Files
.github
api
cmd
cc-backend
main.go
configs
docs
init
internal
pkg
test
tools
web
.gitignore
LICENSE
Makefile
README.md
go.mod
go.sum
gqlgen.yml
startDemo.sh
tools.go
cc-backend/cmd/cc-backend
Christoph Kluge 79a949b55e Rework pkg/log, add 'loglevel' and 'logdate' flags, streamline
- removes some previously added manual location strings: now handled by pkg/log depending on loglevel
- kept manual string locations on fmt print functions
- add 'notice' and 'critical' loglevels
- add 'Panic' and 'Panicf' functions to log panics
- adresses issue 
2023-01-23 18:48:06 +01:00
..