Skip to content

Add context logging

Donutloop requested to merge feature/85_stdout_context_logging into master

Changes

  • Refactored auth layer to make it compatible with HTTP middleware logging feature
  • Fixed bug in timeout middleware (return err is missing)
  • Replace std log lib with zerolog lib.
  • Refactored HTTP middleware package
  • Add context Infos to log statements
  • fix whitespace issues in logs

Example output of logger

testlog

Edited by Donutloop

Merge request reports