summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHazelnoot <acomputerdog@gmail.com>2025-05-06 13:40:09 -0400
committerHazelnoot <acomputerdog@gmail.com>2025-05-08 11:23:20 -0400
commitd9d0adbc6fb2efd5b5b14dfec665adc101bb94a8 (patch)
tree6b2023033c8e3fdc83260699fd61781db637013d
parentenable debug logging for Mastodon API (diff)
downloadsharkey-d9d0adbc6fb2efd5b5b14dfec665adc101bb94a8.tar.gz
sharkey-d9d0adbc6fb2efd5b5b14dfec665adc101bb94a8.tar.bz2
sharkey-d9d0adbc6fb2efd5b5b14dfec665adc101bb94a8.zip
fix indent of `logging.verbose` option
-rw-r--r--.config/ci.yml6
-rw-r--r--.config/cypress-devcontainer.yml6
-rw-r--r--.config/docker_example.yml6
-rw-r--r--.config/example.yml6
4 files changed, 12 insertions, 12 deletions
diff --git a/.config/ci.yml b/.config/ci.yml
index 4fd32c8a74..fefa45643c 100644
--- a/.config/ci.yml
+++ b/.config/ci.yml
@@ -349,9 +349,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.
diff --git a/.config/cypress-devcontainer.yml b/.config/cypress-devcontainer.yml
index 586678a24e..e4eb8cc805 100644
--- a/.config/cypress-devcontainer.yml
+++ b/.config/cypress-devcontainer.yml
@@ -295,9 +295,9 @@ allowedPrivateNetworks: [
# # 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.
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.
diff --git a/.config/example.yml b/.config/example.yml
index e21f8ed501..d0ed4defaa 100644
--- a/.config/example.yml
+++ b/.config/example.yml
@@ -417,9 +417,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.