1.4.13 • Published 7 years ago

loggerboy v1.4.13

Weekly downloads
47
License
MIT
Repository
-
Last release
7 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

7 years ago

1.4.12

7 years ago

1.4.11

7 years ago

1.4.9

7 years ago

1.4.8

7 years ago

1.4.6

7 years ago

1.4.5

7 years ago

1.4.4

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.3.9

7 years ago

1.3.8

7 years ago

1.3.7

7 years ago

1.3.6

7 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago