mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-28 07:06:08 +02:00
.github
api
cmd
configs
docs
init
internal
api
auth
config
graph
metricdata
repository
routerConfig
runtimeEnv
setup.go
pkg
test
tools
web
.gitignore
LICENSE
Makefile
README.md
go.mod
go.sum
gqlgen.yml
startDemo.sh
tools.go
- 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 #26