more debugging for database issue
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2024-12-12 23:23:32 +01:00
parent cedb1dfa5a
commit 166c414af1
Signed by: wn
GPG Key ID: 18FDFA577A8871AD
3 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@ package mbgw3
import (
"time"
"log"
"strconv"
"encoding/json"
"udi/config"

View File

@ -3,6 +3,7 @@ package pv
import (
"reflect"
"time"
"log"
"encoding/json"
"udi/config"
"udi/handlers/handler"

View File

@ -2,7 +2,7 @@ package snmp
import (
"time"
// "log"
"log"
"encoding/json"
"udi/config"
"udi/handlers/handler"