You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to modify what gets logged onto the console, not sure you want this to be possible at all. anyway, here is what I did:
julia> using Lumberjack
julia> remove_truck("console")
Dict{Any,TimberTruck} with 0 entries
julia> add_truck(LumberjackTruck(STDOUT,"debug"),"serial-log")
LumberjackTruck(TTY(open, 0 bytes waiting),"debug",#undef)
julia> debug("hi")
ERROR: access to undefined reference
in log at /Users/florianoswald/.julia/v0.3/Lumberjack/src/timbertruck.jl:92
in log at /Users/florianoswald/.julia/v0.3/Lumberjack/src/lumbermill.jl:52
in debug at /Users/florianoswald/.julia/v0.3/Lumberjack/src/lumbermill.jl:61
in debug at /Users/florianoswald/.julia/v0.3/Lumberjack/src/lumbermill.jl:65
The text was updated successfully, but these errors were encountered:
I'd like to modify what gets logged onto the console, not sure you want this to be possible at all. anyway, here is what I did:
The text was updated successfully, but these errors were encountered: