1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-07-28 15:16:07 +02:00
Files
.github
api
cmd
configs
docs
init
internal
api
auth
auth.go
auth_test.go
jwt.go
ldap.go
local.go
users.go
config
graph
metricdata
repository
routerConfig
runtimeEnv
pkg
test
tools
web
.gitignore
LICENSE
Makefile
README.md
go.mod
go.sum
gqlgen.yml
startDemo.sh
tools.go
cc-backend/internal/auth
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
..