Commit Graph

17 Commits

Author SHA1 Message Date
7c784c8310 change format to something like symfony monolog 2024-06-07 17:56:50 +03:00
f6c319752e json logging support, uppercase level 2024-06-07 17:56:50 +03:00
aead3854e1 fix stack overflow 2024-06-07 17:56:50 +03:00
194e9c40e9 zap logger updates 2024-06-07 17:56:50 +03:00
96ac6a6940 integrate zap logger 2024-06-07 17:56:49 +03:00
2455c11704 move gin to handler field 2024-06-07 17:56:01 +03:00
f5bda28e92 gin middleware for logging 2024-06-07 17:56:01 +03:00
8fd4bc26bf partial GIN logging replacement 2024-06-07 17:56:01 +03:00
e9e9c4c442 update adapters & fixes 2024-06-07 17:56:01 +03:00
7f0709888c fix http status helpers 2024-06-07 17:56:01 +03:00
8eb0d6b31f add Body helper 2024-06-07 17:56:01 +03:00
57d7084b74 update HTTPStatus helper 2024-06-07 17:56:01 +03:00
4c1f29ba01 add HTTPStatus helper 2024-06-07 17:56:01 +03:00
b97f05e666 add more predetermined log keys 2024-06-07 17:56:01 +03:00
a2eb85eb25 wip: structured logging 2024-06-07 17:56:01 +03:00
627ceae0bc
Replace old Sentry client with the new SDK
* replace old Sentry client with the new SDK
* do not initialize Sentry SDK twice, correct panic processing
* account prefix for panics
* log errors with account context data
* tests
* linter fixes
* removed 1.18 from available versions
2022-03-18 10:46:22 +03:00
52109ee4ba
Refactoring and new features (#35)
* new error collector & improvements for errors
* update golangci-lint, microoptimizations, linter fixes
* UseTLS10 method
* remove dead code
* add 1.17 to the test matrix
* fix for docstring
* split the core package symbols into the subpackages (if feasible)
2021-12-01 15:40:23 +03:00