mirror of
https://github.com/Theodor-Springmann-Stiftung/kgpz_web.git
synced 2025-10-29 09:05:30 +00:00
Very basic data enrichment via LOBID/GND
This commit is contained in:
@@ -57,6 +57,14 @@ func Info(msg ...string) {
|
||||
}
|
||||
}
|
||||
|
||||
func Debug(msg ...string) {
|
||||
if len(msg) > 0 {
|
||||
for _, m := range msg {
|
||||
slog.Debug(m)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
func SetDebug() {
|
||||
slog.SetLogLoggerLevel(slog.LevelDebug)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user