Skip to content
  • Phyks's avatar
    Homogeneize date formats in log · 3dbd857a
    Phyks authored
    `morgan` logs in ISO date format, but we were using a custom format for
    our own `Logger` class serverside, resulting in mixed formats for the
    date prefix of the logs, which was not easy to read.
    
    This commit uses ISO dates everywhere as `morgan` does not support a
    custom format that would be compatible with the one we had in `Logger`.
    3dbd857a