Skip to content

Commit

Permalink
Document ignoreLogs configuration setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Sep 9, 2024
1 parent 6b47a1d commit 9e49ae3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions content/en/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,12 @@ See [Front matter Configuration](#configure-front-matter).

(`bool`) Ignore the cache directory. Default is `false`.

###### ignoreLogs
(`string slice`) A slice of message identifiers corresponding to warnings and errors you wish to suppress. See [`erroridf`] and [`warnidf`].

[`erroridf`]: /functions/fmt/erroridf/
[`warnidf`]: /functions/fmt/warnidf/

###### ignoreVendorPaths

(`string`) Ignore vendored modules that match the given [Glob] pattern within the `_vendor` directory.
Expand Down Expand Up @@ -494,8 +500,7 @@ See [Configure Taxonomies](/content-management/taxonomies#configure-taxonomies).

###### templateMetrics

(`bool`) Whether to print template execution metrics to the console. Default is `false`.
See [Template metrics](/troubleshooting/performance/#template-metrics)
(`bool`) Whether to print template execution metrics to the console. Default is `false`. See [Template metrics](/troubleshooting/performance/#template-metrics).

###### templateMetricsHints

Expand Down

0 comments on commit 9e49ae3

Please sign in to comment.