1.4.13 • Published 6 years ago

loggerboy v1.4.13

Weekly downloads
47
License
MIT
Repository
-
Last release
6 years ago

loggerboy

The Fattmerchant internal logging package

Log formatting

Parameters:

  • data (optional): The data being logged including messages.
  • source (optional): The specific project name, eg: coreapi:transactionModel etc.
  • status (optional): A number if applicable, eg. 200, 400, 500, etc.
  • route (optional): If applicable, the name of the route under which the current operation is processingoperation
  • id (optional): A uuid() created when this process was spawned. All subsequent logs for this thread or process should have this same id.

Example Output:

{
    "source": "Skynet:finix",
    "level": "info",
    "route: "finix/process/settlement",
    "operationId": "e78da17a-78bb-4cea-b735-26ec8742ac34",
    "timestamp": "2019-11-11T14:48:00.000Z",
    "data": {
        "message": "QUERY - SELECT * FROM TRANSACTION"
    }
}

Link to Spec

https://docs.google.com/document/d/1om9hvfSpfUQMrtc4tG9UeA4uzwyfaqQ-Oi6yhVrmNB4

1.4.13

6 years ago

1.4.12

6 years ago

1.4.11

6 years ago

1.4.9

6 years ago

1.4.8

6 years ago

1.4.6

6 years ago

1.4.5

6 years ago

1.4.4

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.9

6 years ago

1.3.8

6 years ago

1.3.7

6 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago