--log
Description
Specifies the log level during operator compilation. This option is abbreviated as -l.
See Also
None
Arguments
Values:
- debug: outputs debug, info, warning, error, and event logs.
- info: outputs info, warning, error, and event logs.
- warning: outputs warning, error, and event logs.
- error: outputs error and event logs.
Default: No log is generated.
Suggestions and Benefits
None
Example
op_compiler --op_params_dir=<dump_dir> --soc_version=<soc_version> --log=debug
Applicability
Restrictions
None.
Parent topic: Debug Options