Closed joshedney closed 5 months ago
Add the ability to change the logLevel via the --log-level command line option. Add validation to the setting of the log level to ensure that only accepted values are passed.
logLevel
--log-level
example:
$ bugsnag-cli upload react-native-android ... --log-level=fatal
Output:
[FATAL] failed after 1 attempts. 401 Unauthorized: invalid apiKey
Covered by CI
Goal
Add the ability to change the
logLevel
via the--log-level
command line option. Add validation to the setting of the log level to ensure that only accepted values are passed.example:
Output:
Testing
Covered by CI