Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: structured logs with uber/zap #865

Closed
wants to merge 1 commit into from

Commits on Jun 14, 2022

  1. feat: structured logs with uber/zap

    As discussed in go-spatial#831 I added the option to use structured logs with uber/zap
    while falling back to the currently implemented default if --logger
    is not specifically used. Log levels conform to the current implementation
    with the exception of log level TRACE that is not supported by zap.
    I use Debug as a fall back here.
    iwpnd committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    08e93dc View commit details
    Browse the repository at this point in the history