Skip to content

Commit

Permalink
Merge branch 'master' into bcc
Browse files Browse the repository at this point in the history
  • Loading branch information
jondot authored Jun 5, 2024
2 parents 9aefbf9 + d4df226 commit aec3eee
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs-site/content/docs/getting-started/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs-site/content/docs/the-app/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/config/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/demo/config/teste2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/llm-candle-inference/config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion examples/llm-candle-inference/config/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion starters/lightweight-service/config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion starters/lightweight-service/config/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion starters/rest-api/config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion starters/rest-api/config/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion starters/saas/config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion starters/saas/config/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aec3eee

Please sign in to comment.