UTDNebula / nebula-api

The central API for Nebula Labs. Makes UTD data easily available through endpoints for both internal and public usage.
MIT License
26 stars 33 forks source link

Logging to stdout in JSON #172

Closed TortCode closed 1 year ago

TortCode commented 1 year ago

Added the zerolog package to log to stdout in a structured JSON format. Output contains severity level (Debug, Info, Error, or Panic) Also has timestamp, file name, function name (fn), and line number.

jpahm commented 1 year ago

Worth noting that I actually also just rebased & merged this into the develop branch.