Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-unixfs
Commits
25b3106e
Commit
25b3106e
authored
Nov 14, 2014
by
Brian Tiger Chow
Committed by
Juan Batiz-Benet
Nov 15, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rm logger
License: MIT Signed-off-by:
Brian Tiger Chow
<
brian@perfmode.com
>
parent
3663eef5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
util/log.go
util/log.go
+1
-2
No files found.
util/log.go
View file @
25b3106e
...
...
@@ -73,9 +73,8 @@ func SetupLogging() {
// SetAllLoggers changes the logging.Level of all loggers to lvl
func
SetAllLoggers
(
lvl
logging
.
Level
)
{
logging
.
SetLevel
(
lvl
,
""
)
for
n
,
log
:=
range
loggers
{
for
n
,
_
:=
range
loggers
{
logging
.
SetLevel
(
lvl
,
n
)
log
.
Noticef
(
"setting logger: %q to %v"
,
n
,
lvl
)
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment