diff --git a/docs-site/content/docs/getting-started/deployment.md b/docs-site/content/docs/getting-started/deployment.md index c8a346cce..377e7a9ca 100644 --- a/docs-site/content/docs/getting-started/deployment.md +++ b/docs-site/content/docs/getting-started/deployment.md @@ -45,7 +45,7 @@ logger: pretty_backtrace: true # Log level, options: trace, debug, info, warn or error. level: debug - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters. diff --git a/docs-site/content/docs/the-app/errors.md b/docs-site/content/docs/the-app/errors.md index 84c74441d..0dae6d53c 100644 --- a/docs-site/content/docs/the-app/errors.md +++ b/docs-site/content/docs/the-app/errors.md @@ -31,7 +31,7 @@ logger: pretty_backtrace: true # Log level, options: trace, debug, info, warn or error. level: debug - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters. diff --git a/examples/demo/config/development.yaml b/examples/demo/config/development.yaml index 4996f46ed..c3639ce4e 100644 --- a/examples/demo/config/development.yaml +++ b/examples/demo/config/development.yaml @@ -16,7 +16,7 @@ logger: pretty_backtrace: true # Log level, options: trace, debug, info, warn or error. level: debug - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters. diff --git a/examples/demo/config/test.yaml b/examples/demo/config/test.yaml index 3734579b6..63a628eb3 100644 --- a/examples/demo/config/test.yaml +++ b/examples/demo/config/test.yaml @@ -6,7 +6,7 @@ logger: enable: false # Log level, options: trace, debug, info, warn or error. level: error - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters. diff --git a/examples/demo/config/teste2e.yaml b/examples/demo/config/teste2e.yaml index e0e9cae38..f95b309ad 100644 --- a/examples/demo/config/teste2e.yaml +++ b/examples/demo/config/teste2e.yaml @@ -6,7 +6,7 @@ logger: enable: true # Log level, options: trace, debug, info, warn or error. level: debug - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters. diff --git a/examples/llm-candle-inference/config/development.yaml b/examples/llm-candle-inference/config/development.yaml index a611a0da1..af9d2ff0f 100644 --- a/examples/llm-candle-inference/config/development.yaml +++ b/examples/llm-candle-inference/config/development.yaml @@ -6,7 +6,7 @@ logger: enable: false # Log level, options: trace, debug, info, warn or error. level: debug - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters. diff --git a/examples/llm-candle-inference/config/test.yaml b/examples/llm-candle-inference/config/test.yaml index a611a0da1..af9d2ff0f 100644 --- a/examples/llm-candle-inference/config/test.yaml +++ b/examples/llm-candle-inference/config/test.yaml @@ -6,7 +6,7 @@ logger: enable: false # Log level, options: trace, debug, info, warn or error. level: debug - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters. diff --git a/starters/lightweight-service/config/development.yaml b/starters/lightweight-service/config/development.yaml index bdbb3b2b8..5ba66b43c 100644 --- a/starters/lightweight-service/config/development.yaml +++ b/starters/lightweight-service/config/development.yaml @@ -6,7 +6,7 @@ logger: enable: true # Log level, options: trace, debug, info, warn or error. level: debug - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters. diff --git a/starters/lightweight-service/config/test.yaml b/starters/lightweight-service/config/test.yaml index 68786d985..45e919633 100644 --- a/starters/lightweight-service/config/test.yaml +++ b/starters/lightweight-service/config/test.yaml @@ -6,7 +6,7 @@ logger: enable: false # Log level, options: trace, debug, info, warn or error. level: debug - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters. diff --git a/starters/rest-api/config/development.yaml b/starters/rest-api/config/development.yaml index 8e5e37b6b..4c830d03c 100644 --- a/starters/rest-api/config/development.yaml +++ b/starters/rest-api/config/development.yaml @@ -8,7 +8,7 @@ logger: pretty_backtrace: true # Log level, options: trace, debug, info, warn or error. level: debug - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters. diff --git a/starters/rest-api/config/test.yaml b/starters/rest-api/config/test.yaml index 21be0d166..16f4e20af 100644 --- a/starters/rest-api/config/test.yaml +++ b/starters/rest-api/config/test.yaml @@ -6,7 +6,7 @@ logger: enable: false # Log level, options: trace, debug, info, warn or error. level: debug - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters. diff --git a/starters/saas/config/development.yaml b/starters/saas/config/development.yaml index f80565d97..af36ff9cb 100644 --- a/starters/saas/config/development.yaml +++ b/starters/saas/config/development.yaml @@ -8,7 +8,7 @@ logger: pretty_backtrace: true # Log level, options: trace, debug, info, warn or error. level: debug - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters. diff --git a/starters/saas/config/test.yaml b/starters/saas/config/test.yaml index f7be6bc18..6f020caef 100644 --- a/starters/saas/config/test.yaml +++ b/starters/saas/config/test.yaml @@ -6,7 +6,7 @@ logger: enable: false # Log level, options: trace, debug, info, warn or error. level: debug - # Define the logging format. options: compact, pretty or Json + # Define the logging format. options: compact, pretty or json format: compact # By default the logger has filtering only logs that came from your code or logs that came from `loco` framework. to see all third party libraries # Uncomment the line below to override to see all third party libraries you can enable this config and override the logger filters.