Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Add UUID to the logs per session #56

Merged
merged 4 commits into from
Apr 2, 2020
Merged

Add UUID to the logs per session #56

merged 4 commits into from
Apr 2, 2020

Commits on Apr 2, 2020

  1. Configuration menu
    Copy the full SHA
    f8af08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d2690e View commit details
    Browse the repository at this point in the history
  3. Add user id to logs in dev and prod

    Adding to request.locals seems to be the way to go according to this
    stack overflow answer.
    - https://stackoverflow.com/questions/33451053/req-locals-vs-res-locals-vs-res-data-vs-req-data-vs-app-locals-in-express-mi
    pcraig3 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    be43c63 View commit details
    Browse the repository at this point in the history
  4. Remove user ids from the dev logs

    Lots of noise and we don't need it.
    pcraig3 committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    27a2b9b View commit details
    Browse the repository at this point in the history