0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-11-28 19:53:22 +01:00
gitea/modules/log
zeripath d25f44285a
Fix double-indirection bug in logging IDs (#12294)
This PR fixes a bug in log.NewColoredIDValue() which led to a double
indirection and incorrect IDs being printed out.

Signed-off-by: Andrew Thornton <art27@cantab.net>
2020-07-23 12:26:45 +03:00
..
colors.go Fix double-indirection bug in logging IDs (#12294) 2020-07-23 12:26:45 +03:00
colors_router.go
conn.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
conn_test.go modules/log: remove noop written variables (#10182) 2020-02-07 21:35:30 +01:00
console.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
console_test.go
console_windows.go
errors.go
event.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
file.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
file_test.go Add golangci (#6418) 2019-06-12 15:41:28 -04:00
flags.go Log: Ensure FLAGS=none is -1 (#9287) 2019-12-07 23:36:47 -05:00
level.go Removed unnecessary conversions (#7557) 2019-07-23 19:50:39 +01:00
level_test.go
log.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
log_test.go Fix data race (#8204) 2019-09-17 12:39:37 +03:00
logger.go
provider.go
smtp.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
smtp_test.go
stack.go
writer.go Removed unnecessary conversions (#7557) 2019-07-23 19:50:39 +01:00
writer_test.go