1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-05-29 05:37:48 +02:00
Commit Graph

4 Commits

Author SHA1 Message Date
a220ba8dfb
fix NewEmptyLogger
for #151.
Dumb bug, I really need unit tests.
2021-10-03 15:59:58 +01:00
fbe3553b25
fix missing last log line
Sometimes calls to app.err.Fatalf would fail to print the error to the
console, and fail to show "A crash report has been saves to...". Both of
these should be fixed now.
2021-09-18 13:43:11 +01:00
b538922c05
Show log on log.Fatal calls, provide "sanitized" version, fix goreleaser
Sanitization means change anything in double quotes to "CENSORED". A
notice is included telling the user to check for themselves as well.
2021-06-11 23:28:21 +01:00
9944cc2db9
refactor; move logger to module 2021-05-01 00:13:57 +01:00