Chris Hines
|
801da84a68
|
Replace kit/log with log (#1173)
* Implement log/... packages with github.com/go-kit/log
* Use github.com/go-kit/log/... in all the other packages
|
2021-08-18 17:15:32 +02:00 |
|
Ben Kochie
|
0ca22796c7
|
Capture newlines in log stdlib (#1041)
Capture newlines in the stdlib adapter messages. Avoids cutting off
multi-line log messages.
See: https://github.com/prometheus/node_exporter/issues/1886
Signed-off-by: Ben Kochie <superq@gmail.com>
|
2020-11-30 03:00:37 +01:00 |
|
soven
|
a0558397fd
|
fix log stdlibadapter when prefixed (#1036)
* fix log stdlibadapter when prefixed
* add some more doc for Prefix stdlib adapter option
* fix typo
* Update log/stdlib.go
Co-authored-by: Peter Bourgon <peterbourgon@users.noreply.github.com>
|
2020-11-25 23:37:04 +01:00 |
|
Will Faught
|
5316af2acc
|
Change default file key string to caller
|
2017-01-17 13:25:41 -08:00 |
|
juRiii
|
b9c6aa14c8
|
log: Fix parsing with special characters
|
2015-10-11 20:42:20 +02:00 |
|
juRiii
|
9e273e2229
|
log: Fix StdlibAdapter parsing of Windows file paths when stdlib log has the Llongfile flag set.
|
2015-10-11 12:02:22 +02:00 |
|
Peter Bourgon
|
8899b8255b
|
log: fix some comments
|
2015-07-14 09:53:16 +02:00 |
|
Peter Bourgon
|
6fa48b8c93
|
Merge branch 'master' into readmes
|
2015-05-26 13:01:14 +02:00 |
|
Chris Hines
|
14b9e54f71
|
Do not pass data strings to the format argument of Printf or Fprintf, use Print and Fprint instead.
|
2015-05-23 01:10:14 -04:00 |
|
Peter Bourgon
|
aa2d2648e7
|
Initial draft of READMEs for each package.
|
2015-05-15 20:29:38 +01:00 |
|
Peter Bourgon
|
667b0bf58c
|
log: support writing to stdlib logger
|
2015-04-27 17:42:16 +02:00 |
|