
Security News
Python Adopts Standard Lock File Format for Reproducible Installs
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
serverless-logging-config
Advanced tools
Lets you configure custom log group, JSON logging, and other recent logging changes announce in Nov 2023.
Lets you configure custom log group, JSON logging, and other recent logging changes announce in Nov 2023.
For more information about these settings, please see the service announcement here
npm i --save-dev serverless-logging-config
serverless.yml
:service: my-service
plugins:
- serverless-logging-config
custom
section (you may have to add this to your serverless.yml
). For example:service: my-service
custom:
serverless-logging-config:
enableJson: true # [Optional] if enabled, set the LogFormat to JSON
logGroupName: my-logs # [Optional] if set, all functions will send logs this log group
applicationLogLevel: INFO # [Optional] valid values are DEBUG, ERROR, FATAL, INFO, TRACE and WARN
systemLogLevel: INFO # [Optional] valid values are DEBUG, INFO and WARN
useDefaultLogGroup: # [Optional] these functions would keep logging to their default log group
- function1
- function2
See this page for more info on what these settings mean.
IMPORTANT: when used alongside the serverless-iam-roles-per-function
plugin, make sure this plugin is listed AFTER serverless-iam-roles-per-function
. ie.
plugins:
- serverless-iam-roles-per-function
- serverless-logging-config
FAQs
Lets you configure custom log group, JSON logging, and other recent logging changes announce in Nov 2023.
The npm package serverless-logging-config receives a total of 3,232 weekly downloads. As such, serverless-logging-config popularity was classified as popular.
We found that serverless-logging-config demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.
Security News
OpenGrep has restored fingerprint and metavariable support in JSON and SARIF outputs, making static analysis more effective for CI/CD security automation.
Security News
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.