Skip to content

Commit f6496b9

Browse files
Merge pull request #601 from anchore/chore/ng-log-level-api-editable
fix: remove fixed log level for ng services in nightly
2 parents ab225ad + 34d473a commit f6496b9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

stable/enterprise/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,6 @@ To restore your deployment to using your previous driver configurations:
784784
| `anchoreConfig.server.ssl_chain` | Path to the SSL certificate chain file or false to disable | `false` |
785785
| `anchoreConfig.server.ssl_enable` | Enable SSL for the server | `false` |
786786
| `anchoreConfig.server.ssl_key` | Path to the SSL key file or false to disable | `false` |
787-
| `anchoreConfig.ngLogging.log_level` | Log level for ng services | `INFO` |
788787
| `anchoreConfig.ngLogging.colored_logging` | Enable colored output in ng service logs | `false` |
789788
| `anchoreConfig.ngLogging.exception_backtrace_logging` | Enable stack traces in ng service logs | `false` |
790789
| `anchoreConfig.ngLogging.exception_diagnose_logging` | Enable detailed exception information in ng service logs | `false` |

stable/enterprise/values.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,15 +355,14 @@ anchoreConfig:
355355
ssl_key: false
356356

357357
## NG service logging configuration. These fields are the subset of logging config accepted by ng (psycopg3) services.
358-
## @param anchoreConfig.ngLogging.log_level Log level for ng services
358+
## NOTE: log_level is intentionally omitted so it remains API-editable (resolved by the config compiler), matching anchoreConfig.logging.log_level.
359359
## @param anchoreConfig.ngLogging.colored_logging Enable colored output in ng service logs
360360
## @param anchoreConfig.ngLogging.exception_backtrace_logging Enable stack traces in ng service logs
361361
## @param anchoreConfig.ngLogging.exception_diagnose_logging Enable detailed exception information in ng service logs
362362
## @param anchoreConfig.ngLogging.file_rotation_rule Maximum size of a log file before it is rotated
363363
## @param anchoreConfig.ngLogging.file_retention_rule Number of log files to retain
364364
## @param anchoreConfig.ngLogging.structured_logging Enable structured logging output (JSON)
365365
ngLogging:
366-
log_level: "INFO"
367366
colored_logging: false
368367
exception_backtrace_logging: false
369368
exception_diagnose_logging: false

0 commit comments

Comments
 (0)