diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-05-06 13:40:09 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-05-08 11:23:20 -0400 |
| commit | d9d0adbc6fb2efd5b5b14dfec665adc101bb94a8 (patch) | |
| tree | 6b2023033c8e3fdc83260699fd61781db637013d /.config/docker_example.yml | |
| parent | enable debug logging for Mastodon API (diff) | |
| download | sharkey-d9d0adbc6fb2efd5b5b14dfec665adc101bb94a8.tar.gz sharkey-d9d0adbc6fb2efd5b5b14dfec665adc101bb94a8.tar.bz2 sharkey-d9d0adbc6fb2efd5b5b14dfec665adc101bb94a8.zip | |
fix indent of `logging.verbose` option
Diffstat (limited to '.config/docker_example.yml')
| -rw-r--r-- | .config/docker_example.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/docker_example.yml b/.config/docker_example.yml index 3aa9935d77..7968a7d1f4 100644 --- a/.config/docker_example.yml +++ b/.config/docker_example.yml @@ -411,9 +411,9 @@ attachLdSignatureForRelays: true # # Disable query truncation. If set to true, the full text of the query will be output to the log. # # default: false # disableQueryTruncation: false -# # Shows debug log messages after instance startup. To capture earlier debug logs, set the MK_VERBOSE environment variable. -# # default: false in production, true otherwise. -# #verbose: false +# # Shows debug log messages after instance startup. To capture earlier debug logs, set the MK_VERBOSE environment variable. +# # default: false in production, true otherwise. +# #verbose: false # Settings for the activity logger, which records inbound activities to the database. # Disabled by default due to the large volume of data it saves. |