Closed TortCode closed 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.
Worth noting that I actually also just rebased & merged this into the develop branch.
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.