Commit Graph

  • 9dc96d87c6 rename module main s.solodyagin 2024-10-25 16:37:33 +03:00
  • bd3c7a827b fix: convert time to utc Samuel Berthe 2024-09-22 00:18:37 +02:00
  • d50c81de7d Update README.md Samuel Berthe 2024-09-09 20:30:24 +02:00
  • 2df22bb01f fix go mod Samuel Berthe 2024-08-17 20:58:02 +02:00
  • ad1624e37e fix: replace trace-id by trace_id spec: https://opentelemetry.io/docs/specs/otel/compatibility/logging_trace_context Samuel Berthe 2024-08-17 20:52:29 +02:00
  • 1126498f09 fix: add otel trace & span example for slog-gin (#23) Fleezesd 2024-07-04 19:29:53 +08:00
  • 51759a0829 Thanks @quickwit-oss for the support ✌️ Samuel Berthe 2024-07-01 14:08:35 +02:00
  • 5d1165c23c Update lint.yml Samuel Berthe 2024-06-27 21:32:47 +02:00
  • da9ced03ea Update test.yml Samuel Berthe 2024-06-27 13:16:47 +02:00
  • 3f56650b1e chore: upgrade deps Samuel Berthe 2024-06-04 18:53:25 +02:00
  • 992484b9e9 chore: upgrade slog-multi Samuel Berthe 2024-06-04 18:47:38 +02:00
  • ae04a990b0 feat: customizable request id field key Samuel Berthe 2024-05-09 20:07:20 +02:00
  • 03c1ea4433 Update README.md Samuel Berthe 2024-05-01 20:40:57 +02:00
  • 812b3ffb5d feat: include tracing only for the recording spans Samuel Berthe 2024-04-21 23:13:31 +02:00
  • 0a948b00ea feat: include tracing only for the recording spans Samuel Berthe 2024-04-21 23:05:58 +02:00
  • 87620aa801 Enhance Logging: Include TraceID and SpanID only for Recording Spans (#20) Hossein Zolfi 2024-04-22 00:31:49 +03:30
  • 8e1506be69 feat: custom tracing keys Samuel Berthe 2024-04-21 21:18:47 +02:00
  • 8efbe1cd85 chore(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 (#19) dependabot[bot] 2024-04-19 14:19:59 +02:00
  • c588e9156e Update README.md Samuel Berthe 2024-04-14 04:03:24 +02:00
  • dbdb412ef8 feat: fix bodyWriter Samuel Berthe 2024-04-13 22:08:43 +02:00
  • 1d64e8b44a Update README.md Samuel Berthe 2024-03-23 06:34:04 +01:00
  • 203f2e6ac8 feat expose RequestIDHeaderKey globally Samuel Berthe 2024-03-19 00:45:06 +01:00
  • fc932ebefd feat expose RequestIDHeaderKey globally Samuel Berthe 2024-03-19 00:42:45 +01:00
  • 41264887e5 fix: use existing x-header-id header if set (#16) Thomas Anderson 2024-03-18 19:42:06 -04:00
  • 74cddec200 chore(deps): bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#17) dependabot[bot] 2024-03-13 23:45:49 +01:00
  • 1113f53ea2 fix: dedup "headers" attribute Samuel Berthe 2024-02-12 12:04:46 +01:00
  • 08a791bf8d Update README.md Samuel Berthe 2024-01-21 02:01:47 +01:00
  • 6ce25f034a fix body buffer dump Samuel Berthe 2024-01-20 23:17:13 +01:00
  • d0c63b933e 💄 Samuel Berthe 2024-01-20 19:22:20 +01:00
  • 083d462db9 bodyWriter now implements http.Flusher and http.Hijacker Samuel Berthe 2024-01-20 19:13:39 +01:00
  • 96c9813d0e feat: adding params Samuel Berthe 2024-01-03 20:26:15 +01:00
  • 8d42afb00b feat: adding request query (#13) 张均隆 2024-01-04 03:23:26 +08:00
  • 8a9a65d8fb move attributes tot nested group - first commit of the year Samuel Berthe 2024-01-01 15:40:26 +01:00
  • 45cb9e04df doc: improve readme Samuel Berthe 2023-12-26 00:53:15 +01:00
  • 93a053ee73 chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#12) dependabot[bot] 2023-12-19 12:22:59 +01:00
  • 2abc5bcd2e feat: make user-agent optional in the NewWithConfig (#9) Lucas JAHIER 2023-12-01 18:47:20 +01:00
  • 6069f83668 Update README.md Samuel Berthe 2023-11-27 11:24:30 +01:00
  • b9e5d08876 Update Makefile Samuel Berthe 2023-11-01 04:32:21 +01:00
  • a587ecd872 Merge branch 'main' of https://github.com/samber/slog-gin Samuel Berthe 2023-10-30 10:40:09 +01:00
  • 6d4694e021 feat: adding otel Samuel Berthe 2023-10-30 10:40:02 +01:00
  • 6b1ec40410 feat: support adding traceID and spanID (#7) Ben B 2023-10-30 10:12:15 +01:00
  • 26cd833d20 doc Samuel Berthe 2023-10-24 11:33:08 +02:00
  • 7b2004ad1f feat: send request context into record context Samuel Berthe 2023-10-23 14:11:16 +02:00
  • 9b048ad34b Merge branch 'main' of https://github.com/samber/slog-gin Samuel Berthe 2023-10-21 19:56:15 +02:00
  • d623f43b4c style: cleanup code Samuel Berthe 2023-10-21 19:56:11 +02:00
  • 3136afbcb0 feat: max size (#6) Samuel Berthe 2023-10-18 02:49:27 +02:00
  • 2fa3d7e62c feat: verbose mode + custom attributes Samuel Berthe 2023-10-16 01:00:56 +02:00
  • 1546b4083a feat: split path into 2 variables (path+route) Samuel Berthe 2023-10-15 22:29:34 +02:00
  • 239c66b1eb Update README.md Samuel Berthe 2023-10-15 21:02:01 +02:00
  • d3933ee97e chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 (#4) dependabot[bot] 2023-10-13 17:22:03 +02:00
  • ed108d3e9c Update README.md Samuel Berthe 2023-09-18 20:10:54 +02:00
  • 45a13954be Update README.md Samuel Berthe 2023-09-18 20:07:16 +02:00
  • 8fc05e396a feat: adding filters Samuel Berthe 2023-09-15 04:55:51 +02:00
  • 6e969abe5d Update README.md Samuel Berthe 2023-08-21 21:32:42 +02:00
  • ec2aed69bf Update README.md Samuel Berthe 2023-08-21 21:31:19 +02:00
  • baf0008993 Update README.md Samuel Berthe 2023-08-19 02:48:00 +02:00
  • 68aed0c018 bump v1 Samuel Berthe 2023-08-09 18:27:13 +02:00
  • 1874447dc7 chore: upgrading x/exp Samuel Berthe 2023-06-20 18:20:55 +02:00
  • 6445d8ae4f chore: upgrading x/exp Samuel Berthe 2023-06-20 18:19:40 +02:00
  • 2a97bc7862 chore(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#1) dependabot[bot] 2023-06-02 13:19:52 +02:00
  • c4089c57af Merge branch 'master' of https://github.com/samber/slog-gin Samuel Berthe 2023-05-23 20:47:13 +02:00
  • 44d277f66b chore: adding goleak Samuel Berthe 2023-05-23 20:47:12 +02:00
  • 2363709a90 Update README.md Samuel Berthe 2023-05-19 20:28:22 +02:00
  • 1365da1418 Update README.md Samuel Berthe 2023-04-30 23:09:44 +02:00
  • 9031a33267 improve doc Samuel Berthe 2023-04-30 20:35:01 +02:00
  • ebac6b7c97 feat(tracing): add request id Samuel Berthe 2023-04-26 21:01:03 +02:00
  • 7363bb9e27 chore: upgrade to slog-formatter 0.3.3 Samuel Berthe 2023-04-25 22:57:05 +02:00
  • c5b57c2678 chore: upgrade to go1.20.3 and x/exp nightly Samuel Berthe 2023-04-25 22:39:02 +02:00
  • 1a9e68863a Update README.md Samuel Berthe 2023-04-16 21:44:15 +02:00
  • 445fe9542f initial commit Samuel Berthe 2023-04-16 21:34:36 +02:00