Skip to content

Commit f3530b2

Browse files
authored
Update LogRoller.jl
1 parent 60b25f2 commit f3530b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/LogRoller.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@ module LogRoller
33
using Dates
44
using Logging
55
using CodecZlib
6-
using Logging
76
using JSON
87
using JSON.Serializations: CommonSerialization, StandardSerialization
98
using JSON.Writer: StructuralContext
109
import JSON: show_json
1110

12-
import Logging: Logging, shouldlog, min_enabled_level, catch_exceptions, handle_message
11+
import Logging: shouldlog, min_enabled_level, catch_exceptions, handle_message
1312
import Base: write, close, rawhandle
1413
export RollingLogger, RollingFileWriter, postrotate
1514

0 commit comments

Comments
 (0)