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(backend): config(default.yml)からSQLログ全文を出力するか否かを設定可能に #15268

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

samunohito
Copy link
Member

@samunohito samunohito commented Jan 13, 2025

What

タイトルの通りです。以下のことが出来るようになります。

  • クエリを100文字で切り捨てず全文出すかを設定可能に
  • クエリパラメータをログに出力するかを設定可能に

Why

fix #15266

Additional info (optional)

ローカルで実際に動作確認

Checklist

  • Read the contribution guide
  • Test working in a local environment
  • (If needed) Add story of storybook
  • (If needed) Update CHANGELOG.md
  • (If possible) Add tests

@github-actions github-actions bot added the packages/backend Server side specific issue/PR label Jan 13, 2025
Copy link
Contributor

github-actions bot commented Jan 13, 2025

このPRによるapi.jsonの差分
差分はありません。
Get diff files from Workflow Page

Copy link

codecov bot commented Jan 13, 2025

Codecov Report

Attention: Patch coverage is 84.61538% with 10 lines in your changes missing coverage. Please review.

Project coverage is 39.19%. Comparing base (d60c307) to head (56aa691).

Files with missing lines Patch % Lines
packages/backend/src/postgres.ts 80.39% 10 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #15268      +/-   ##
===========================================
- Coverage    40.22%   39.19%   -1.04%     
===========================================
  Files         1564     1564              
  Lines       198080   198137      +57     
  Branches      3844     3549     -295     
===========================================
- Hits         79682    77658    -2024     
- Misses      117793   119868    +2075     
- Partials       605      611       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@samunohito samunohito marked this pull request as ready for review January 13, 2025 10:42
@kakkokari-gtyih kakkokari-gtyih changed the title feature(backend): config(default.yml)からSQLログ全文を出力するか否かを設定可能に feat(backend): config(default.yml)からSQLログ全文を出力するか否かを設定可能に Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
packages/backend Server side specific issue/PR
Projects
Development

Successfully merging this pull request may close these issues.

SQLのログを全文出せるようにするオプションの追加
1 participant