Skip to content

Commit

Permalink
Enteprise logging
Browse files Browse the repository at this point in the history
  • Loading branch information
alombarte committed Nov 29, 2024
1 parent 7383861 commit a112a26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions v2.8/krakend.json
Original file line number Diff line number Diff line change
Expand Up @@ -6109,8 +6109,8 @@
],
"properties": {
"format": {
"title": "Log format",
"description": "Specify the format of the logs: default, logstash, or custom.\nThe custom format needs an additional key \"custom_format\".\nThe \"logstash\" format needs the \"telemetry/logstash\" component added too.\n\nSee: https://www.krakend.io/docs/logging/",
"title": "Application log format",
"description": "Specify the format of the application logs: default, logstash, or custom.\nThe custom format needs an additional key \"custom_format\".\nThe \"logstash\" format needs the \"telemetry/logstash\" component added too.\n\nSee: https://www.krakend.io/docs/logging/",
"examples": [
"default",
"logstash",
Expand Down
4 changes: 2 additions & 2 deletions v2.8/telemetry/logging.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"properties": {
"format": {
"$id": "#format",
"title": "Log format",
"description": "Specify the format of the logs: default, logstash, or custom.\nThe custom format needs an additional key \"custom_format\".\nThe \"logstash\" format needs the \"telemetry/logstash\" component added too.\n\nSee: https://www.krakend.io/docs/logging/",
"title": "Application log format",
"description": "Specify the format of the application logs: default, logstash, or custom.\nThe custom format needs an additional key \"custom_format\".\nThe \"logstash\" format needs the \"telemetry/logstash\" component added too.\n\nSee: https://www.krakend.io/docs/logging/",
"examples": [
"default",
"logstash",
Expand Down

0 comments on commit a112a26

Please sign in to comment.