kezhenxu94 commented on issue #11648: URL: https://github.com/apache/skywalking/issues/11648#issuecomment-3727994127
Even with the wrong configuration, the logs look clear to me, the spdx-id is empty, meaning the spdx-id is not configured, you should check the configuration file if the config format is right: ``` INFO Loading configuration from file: .licenserc.yaml WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist WARNING failed to find a license template for spdx id , open header-templates/.txt: file does not exist INFO Totally checked 96 files, valid: 0, invalid: 4, ignored: 92, fixed: 4 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
