altered logging format
This commit is contained in:
parent
0be599164e
commit
cb89290b62
|
@ -2,4 +2,6 @@ gembin/*
|
||||||
vendor/gems/*
|
vendor/gems/*
|
||||||
pkg/*
|
pkg/*
|
||||||
Hobofile
|
Hobofile
|
||||||
.hobo
|
.hobo
|
||||||
|
.bundle
|
||||||
|
*.lock
|
||||||
|
|
|
@ -21,5 +21,5 @@ error
|
||||||
"[#{level} #{time.strftime('%m-%d-%Y %X')}] Hobo: #{msg}\n"
|
"[#{level} #{time.strftime('%m-%d-%Y %X')}] Hobo: #{msg}\n"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue