Skip to content

Commit

Permalink
Using logger package from operator utils (#1033)
Browse files Browse the repository at this point in the history
* Using logger package from operator utils

* Removing logger package documentation from this repository
  • Loading branch information
joselsegura authored Oct 1, 2020
1 parent 2328939 commit 9424a15
Show file tree
Hide file tree
Showing 14 changed files with 9 additions and 1,565 deletions.
2 changes: 1 addition & 1 deletion aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ import (
"syscall"
"time"

"github.com/RedHatInsights/insights-operator-utils/logger"
"github.com/rs/zerolog/log"

"github.com/RedHatInsights/insights-results-aggregator/conf"
"github.com/RedHatInsights/insights-results-aggregator/consumer"
"github.com/RedHatInsights/insights-results-aggregator/logger"
"github.com/RedHatInsights/insights-results-aggregator/metrics"
"github.com/RedHatInsights/insights-results-aggregator/migration"
"github.com/RedHatInsights/insights-results-aggregator/server"
Expand Down
2 changes: 1 addition & 1 deletion conf/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ import (
"strings"

"github.com/BurntSushi/toml"
"github.com/RedHatInsights/insights-operator-utils/logger"
mapset "github.com/deckarep/golang-set"
"github.com/rs/zerolog/log"
"github.com/spf13/viper"

"github.com/RedHatInsights/insights-results-aggregator/broker"
"github.com/RedHatInsights/insights-results-aggregator/logger"
"github.com/RedHatInsights/insights-results-aggregator/server"
"github.com/RedHatInsights/insights-results-aggregator/storage"
"github.com/RedHatInsights/insights-results-aggregator/types"
Expand Down
2 changes: 1 addition & 1 deletion conf/configuration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ import (
"testing"
"time"

"github.com/RedHatInsights/insights-operator-utils/logger"
"github.com/RedHatInsights/insights-operator-utils/tests/helpers"
mapset "github.com/deckarep/golang-set"
"github.com/rs/zerolog"
"github.com/stretchr/testify/assert"

"github.com/RedHatInsights/insights-results-aggregator/conf"
"github.com/RedHatInsights/insights-results-aggregator/logger"
"github.com/RedHatInsights/insights-results-aggregator/server"
"github.com/RedHatInsights/insights-results-aggregator/storage"
"github.com/RedHatInsights/insights-results-aggregator/types"
Expand Down
2 changes: 1 addition & 1 deletion docs/packages/aggregator.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@
<div class="literal">&#34;syscall&#34;</div><div class="operator"></div>
<div class="literal">&#34;time&#34;</div><div class="operator"></div>

<div class="literal">&#34;github.com/RedHatInsights/insights-operator-utils/logger&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/rs/zerolog/log&#34;</div><div class="operator"></div>

<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/conf&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/consumer&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/logger&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/metrics&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/migration&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/server&#34;</div><div class="operator"></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/packages/conf/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,12 @@
<div class="literal">&#34;strings&#34;</div><div class="operator"></div>

<div class="literal">&#34;github.com/BurntSushi/toml&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-operator-utils/logger&#34;</div><div class="operator"></div>
<div class="ident">mapset</div> <div class="literal">&#34;github.com/deckarep/golang-set&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/rs/zerolog/log&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/spf13/viper&#34;</div><div class="operator"></div>

<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/broker&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/logger&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/server&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/storage&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/types&#34;</div><div class="operator"></div>
Expand Down
2 changes: 1 addition & 1 deletion docs/packages/conf/configuration_test.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@
<div class="literal">&#34;testing&#34;</div><div class="operator"></div>
<div class="literal">&#34;time&#34;</div><div class="operator"></div>

<div class="literal">&#34;github.com/RedHatInsights/insights-operator-utils/logger&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-operator-utils/tests/helpers&#34;</div><div class="operator"></div>
<div class="ident">mapset</div> <div class="literal">&#34;github.com/deckarep/golang-set&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/rs/zerolog&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/stretchr/testify/assert&#34;</div><div class="operator"></div>

<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/conf&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/logger&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/server&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/storage&#34;</div><div class="operator"></div>
<div class="literal">&#34;github.com/RedHatInsights/insights-results-aggregator/types&#34;</div><div class="operator"></div>
Expand Down
209 changes: 0 additions & 209 deletions docs/packages/logger/configuration.html

This file was deleted.

Loading

0 comments on commit 9424a15

Please sign in to comment.