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: standardize logging #1302

Merged
merged 51 commits into from
Jan 25, 2024
Merged

feat: standardize logging #1302

merged 51 commits into from
Jan 25, 2024

Commits on Oct 26, 2023

  1. Initial slog switch

    zivkovicmilos committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    72f96cc View commit details
    Browse the repository at this point in the history
  2. Change log level

    zivkovicmilos committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    9328f52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3abfc67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4449bd View commit details
    Browse the repository at this point in the history
  5. Use custom zap config

    zivkovicmilos committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    c08de43 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    035bbef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6dd5ac View commit details
    Browse the repository at this point in the history
  8. Update workflows

    zivkovicmilos committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    dec3fed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9aa5d7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    209041f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    568ff80 View commit details
    Browse the repository at this point in the history
  2. Merge master

    zivkovicmilos committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    be13b5d View commit details
    Browse the repository at this point in the history
  3. Tidy go mods

    zivkovicmilos committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    b32ea84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32603c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71787aa View commit details
    Browse the repository at this point in the history
  6. Please the go mod gods

    zivkovicmilos committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    28bebde View commit details
    Browse the repository at this point in the history
  7. Add logger err case

    zivkovicmilos committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5db0ddb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13fefe7 View commit details
    Browse the repository at this point in the history
  9. fix: use zap logger specific initialization

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    33f1934 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Resolve API changes

    zivkovicmilos committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    75c7285 View commit details
    Browse the repository at this point in the history
  2. Tidy loop go mod

    zivkovicmilos committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f23782f View commit details
    Browse the repository at this point in the history
  3. Lowercase log format

    zivkovicmilos committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    655557b View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    c8b6d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db969ac View commit details
    Browse the repository at this point in the history
  3. Remove duplicate defer

    zivkovicmilos committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    a39674b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c29d7c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8e0dce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fe5f770 View commit details
    Browse the repository at this point in the history
  7. Add goimports CI

    zivkovicmilos committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4130b15 View commit details
    Browse the repository at this point in the history
  8. Update gno.land/pkg/sdk/vm/keeper.go

    Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
    zivkovicmilos and moul authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    34e4087 View commit details
    Browse the repository at this point in the history
  9. Update gno.land/pkg/sdk/vm/keeper.go

    Co-authored-by: Manfred Touron <94029+moul@users.noreply.github.com>
    zivkovicmilos and moul authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d66b6f7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c3cd030 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    795fe67 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    6779dc6 View commit details
    Browse the repository at this point in the history
  2. Add testing logger

    zivkovicmilos committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    01e4fd5 View commit details
    Browse the repository at this point in the history
  3. Tidy go mods

    zivkovicmilos committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6471c93 View commit details
    Browse the repository at this point in the history
  4. Output the log to a dir

    zivkovicmilos committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    86ad349 View commit details
    Browse the repository at this point in the history
  5. Update workflows

    zivkovicmilos committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9e45196 View commit details
    Browse the repository at this point in the history
  6. fix: workflow debug env variable

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    301409a View commit details
    Browse the repository at this point in the history
  7. fix: fixup gnoland logs

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    821c01d View commit details
    Browse the repository at this point in the history
  8. fix(ci): glob every log file into the artifact archive

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    09d3ec0 View commit details
    Browse the repository at this point in the history
  9. wip: test ci full logging

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    de264d4 View commit details
    Browse the repository at this point in the history
  10. fix(log): replace slash by _ in log name to avoid sub-directory

    Signed-off-by: gfanton <8671905+gfanton@users.noreply.github.com>
    gfanton committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6b9230c View commit details
    Browse the repository at this point in the history
  11. Enable debug artifacts

    zivkovicmilos committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    27e2383 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    bac025e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eb92d2 View commit details
    Browse the repository at this point in the history
  3. Update fmt CI

    zivkovicmilos committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    7720593 View commit details
    Browse the repository at this point in the history
  4. Update tidy workflow

    zivkovicmilos committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    a8fe8d3 View commit details
    Browse the repository at this point in the history
  5. Simplify tidy workflows

    zivkovicmilos committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    9ab96d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89c7b62 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    18727d8 View commit details
    Browse the repository at this point in the history