Commit Graph

13 Commits

Author SHA1 Message Date
Erik Winter 589e6c3a4b update domain 2024-09-15 10:46:33 +02:00
Erik Winter a1328c3c44 change vanity import 2024-03-08 08:43:09 +01:00
Erik Winter 8652e56949 moved module 2021-09-19 11:28:27 +02:00
Erik Winter da7006c2c2 remove logrus log implemenation 2021-05-13 11:11:24 +02:00
Erik Winter dfd867c710 fix level field 2021-05-13 11:10:41 +02:00
Erik Winter 6c0524f3de add timestamp to kitlog 2021-05-13 10:47:54 +02:00
Erik Winter 5ea6a8b1a1 fix bug with nil field 2021-05-13 10:37:48 +02:00
Erik Winter 19e4740055 update import paths 2021-05-09 14:36:09 +02:00
Erik Winter 248d0aa45e swapped default log library 2021-03-31 13:36:33 +02:00
Erik Winter a1f5551d76 overhauled log package 2021-03-31 13:26:22 +02:00
Erik Winter d35559b4ed updated import path to current location 2020-04-01 11:20:15 +02:00
Victor Alves bb2bad1ea8 add AttachError() to log package
AttachError() method add a new context to Logger with key 
`attached_error` as the keyword to contribute with the best practices 
when using the log package.

HH-111
2019-09-26 14:41:18 +02:00
Victor Alves 945d4caf81 add log, slugify, herror and test packages
Adds log, slugify, herror and test packages initially created for
Hungry Hippo project. This also includes a Makefile to help testing
all packages, consolidate coverage report, exame Go source and ensure
format, a gitlab-cy.yml file.

HH-86
2019-08-29 10:35:21 +02:00