Skip to content

Commit

Permalink
Merge pull request #537 from sipcapture/loki_reconnect
Browse files Browse the repository at this point in the history
fix loki on start
  • Loading branch information
adubovikov authored Sep 12, 2023
2 parents 84e92cd + 3f1709d commit 00229d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package config

const Version = "heplify-server 1.59.4"
const Version = "heplify-server 1.59.5"

var Setting HeplifyServer

Expand Down
2 changes: 1 addition & 1 deletion remotelog/remotelog.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func New(name string) *Remotelog {
func (r *Remotelog) Run() error {
err := r.H.setup()
if err != nil {
return err
logp.Err("loki couldn't establish connection on start... anyway continue")
}

go func() {
Expand Down

0 comments on commit 00229d1

Please sign in to comment.