serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
266 stars 162 forks source link

fix: Fix log level setting to handle --verbose #475

Closed tbarlow12 closed 4 years ago

tbarlow12 commented 4 years ago

What did you implement:

Fix log level setting to handle boolean case, previously expected empty string

Closes #470

How did you implement it:

Updated the conditions to check for boolean in --verbose option, set to most verbose level

How can we verify it:

Run a command with --verbose on the end. Previously failed

Todos:

Note: Run npm run test:ci to run all validation checks on proposed changes

Is this ready for review?: YES
Is it a breaking change?: NO