1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-07-28 07:06:08 +02:00
Files
.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
cc-backend/internal/runtimeEnv
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
..