cb-spider
cb-spider copied to clipboard
[Tencent:LogLevel] Define Log Level in the Code Block
- 아래 코드 부분에서 Log Level을 명시적으로
debug
로 설정하고 있습니다. - 이는 전체적인 Log Level 설정과 무관하게 현재 함수는 항상
debug
Log Level이 유지될 걸로 보입니다.(시험해보지는 않음) - 뭔가 특별한 사유가 없다면 제거하는 것이 좋을 듯 합니다.
https://github.com/cloud-barista/cb-spider/blob/75f73c0ff2a02f28858a6576145ba91cb4df858a/cloud-control-manager/cloud-driver/drivers/tencent/resources/SecurityHandler.go#L53