0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-16 20:12:05 +01:00
gitea/cmd
zeripath 4909493a9f
Allow manager logging to set SQL (#20064)
This PR adds a new manager command to switch on SQL logging and to turn it off.

```
gitea manager logging log-sql
gitea manager logging log-sql --off
```

Signed-off-by: Andrew Thornton <art27@cantab.net>
2022-06-24 12:49:47 +02:00
..
admin.go
admin_auth_ldap.go
admin_auth_ldap_test.go
cert.go
cmd.go
convert.go
docs.go
doctor.go
dump.go
dump_repo.go
embedded.go
embedded_stub.go
generate.go
hook.go
hook_test.go
keys.go
mailer.go
manager.go
manager_logging.go Allow manager logging to set SQL (#20064) 2022-06-24 12:49:47 +02:00
migrate.go
migrate_storage.go
restore_repo.go
serv.go
web.go
web_acme.go
web_graceful.go
web_https.go