Skip to content

Commit

Permalink
Repeater: change filename logging level to info (close #222)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Oct 27, 2021
1 parent cdf2490 commit 7899242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ object Flow {
_ <- counter.update(_ + 1)
i <- counter.get
file = Storage.getFileName(bucket.path, i)
_ <- Logger[F].debug(s"Filename will be $file")
_ <- Logger[F].info(s"Filename will be $file")
_ <- Storage.uploadChunk[F](bucket.bucket, file, chunk, metrics)
} yield ()

Expand Down

0 comments on commit 7899242

Please sign in to comment.