feat: Add option to change the log level of logs emitted by Cloud Functions (#8530)
This commit is contained in:
@@ -577,4 +577,12 @@ export interface LogLevels {
|
||||
:DEFAULT: error
|
||||
*/
|
||||
triggerBeforeError: ?string;
|
||||
/* Log level used by the Cloud Code Functions on success. Default is `info`.
|
||||
:DEFAULT: info
|
||||
*/
|
||||
cloudFunctionSuccess: ?string;
|
||||
/* Log level used by the Cloud Code Functions on error. Default is `error`.
|
||||
:DEFAULT: error
|
||||
*/
|
||||
cloudFunctionError: ?string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user