File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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` |
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments