GTBitsOfGood / juno

Juno is the Unified Infrastructure Platform for Developer Acceleration
7 stars 0 forks source link

Logging Service Log Info Setup #63

Closed tmthecoder closed 5 months ago

tmthecoder commented 6 months ago

Logging Service Info Log Setup

Context

We want to set up a base service to receiving and recording logs generated by all other services (for our own diagnostics, investigation, etc).

This ticket should setup a simple recordInfo Method that intakes a string for the message. This must be defined as an RPC method in its own proto file which the logging service implements. This method should NEVER return or upwardly propagate RPC Exceptions (or any Exceptions) as we never want a log call to fail and interrupt execution of otherwise working code.

Acceptance Criteria

Testing