Server configuration
HTTP Server
API Gateway
AUTH_PASSWORD_SECURITY
Description
Password security allows you to disable constraints to which passwords must conform to.
Disabling password security can be useful for development environments as it removes the need for complex passwords. Password security should be enabled on production environments to avoid security incidents |
Events and scheduler
LOG_FILTER
Description
Log filtering rules by level and name (log-level:log-namespace). Please note that level (LOG_LEVEL) is applied before filter and it affects the final output!
Leave unset for production.
Example:
warn+:* :auth,workflow.
Log warnings, errors, panic, fatals. Everything from auth and workflow is logged.
See more examples and documentation here: https://github.com/moul/zapfilter