[PR #3726] [MERGED] Add config option to enable or disable log executed SQL #17061

Closed
opened 2025-11-02 12:25:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3726
Author: @lunny
Created: 3/27/2018
Status: Merged
Merged: 3/30/2018
Merged by: @lunny

Base: masterHead: lunny/log_sql


📝 Commits (6)

  • e07063c add config option to enable or disable log executed SQL
  • 32e414c rename ShowSQL to LogSQL
  • cfa49c5 Merge branch 'master' into lunny/log_sql
  • 6e8620b Merge branch 'master' into lunny/log_sql
  • cd79631 Merge branch 'master' into lunny/log_sql
  • 8078786 Merge branch 'master' into lunny/log_sql

📊 Changes

5 files changed (+7 additions, -1 deletions)

View changed files

📝 custom/conf/app.ini.sample (+2 -0)
📝 docs/content/doc/advanced/config-cheat-sheet.en-us.md (+1 -0)
📝 docs/content/doc/advanced/config-cheat-sheet.zh-cn.md (+1 -0)
📝 models/models.go (+1 -1)
📝 modules/setting/setting.go (+2 -0)

📄 Description

partially resolved #3713


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/3726 **Author:** [@lunny](https://github.com/lunny) **Created:** 3/27/2018 **Status:** ✅ Merged **Merged:** 3/30/2018 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/log_sql` --- ### 📝 Commits (6) - [`e07063c`](https://github.com/go-gitea/gitea/commit/e07063cbd01e0a7df5d461ed671c8b8e8a25fc51) add config option to enable or disable log executed SQL - [`32e414c`](https://github.com/go-gitea/gitea/commit/32e414c1638d83afcea9d46419d93e5dc6fd2123) rename ShowSQL to LogSQL - [`cfa49c5`](https://github.com/go-gitea/gitea/commit/cfa49c5fc057ebeccb0d2c6a60c6aaa586eba1f5) Merge branch 'master' into lunny/log_sql - [`6e8620b`](https://github.com/go-gitea/gitea/commit/6e8620b768d1c848ecea4e46c3d9c904cd2e95e9) Merge branch 'master' into lunny/log_sql - [`cd79631`](https://github.com/go-gitea/gitea/commit/cd79631792f563ea644c8feb46f565574ed5abc3) Merge branch 'master' into lunny/log_sql - [`8078786`](https://github.com/go-gitea/gitea/commit/8078786ed68b08d8bf49225386c710ecc0052e60) Merge branch 'master' into lunny/log_sql ### 📊 Changes **5 files changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `custom/conf/app.ini.sample` (+2 -0) 📝 `docs/content/doc/advanced/config-cheat-sheet.en-us.md` (+1 -0) 📝 `docs/content/doc/advanced/config-cheat-sheet.zh-cn.md` (+1 -0) 📝 `models/models.go` (+1 -1) 📝 `modules/setting/setting.go` (+2 -0) </details> ### 📄 Description partially resolved #3713 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:25:23 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#17061