Skip to content

Commit

Permalink
add some logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelsoccupied committed Jan 3, 2025
1 parent ebc1657 commit 890726a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/service/alarms/api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import (
"context"
"errors"
"fmt"
"github.com/openshift-kni/oran-o2ims/internal/service/common/notifier"
"log/slog"
"net/http"
"strings"
"sync"
"time"

"github.com/openshift-kni/oran-o2ims/internal/service/common/notifier"

"github.com/google/uuid"

api "github.com/openshift-kni/oran-o2ims/internal/service/alarms/api/generated"
Expand Down

0 comments on commit 890726a

Please sign in to comment.