Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 51f1cb2

Browse files
Andreas TriantafyllosCodiePP
authored andcommitted
[DEVOPS-1109] Removed redundant logging in log-rotation.
1 parent 83d59ce commit 51f1cb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

util/src/Pos/Util/Log/Scribes.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ mkFileScribe rot sevfilter fdesc formatter colorize s v = do
9797
let tdiff' = round $ diffUTCTime rottime (_itemTime item)
9898
if bytes' < 0 || tdiff' < (0 :: Integer)
9999
then do -- log file rotation
100-
putStrLn $ "rotate! bytes=" ++ (show bytes') ++ " tdiff=" ++ (show tdiff')
101100
hClose hdl
102101
(hdl2, bytes2, rottime2) <- evalRotator rot fdesc
103102
return (hdl2, bytes2, rottime2)

0 commit comments

Comments
 (0)