Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 276 Bytes
import TSYLog from '@ctsy/server-log';
server.use(TSYLog.use('@ctsy/server-log-sls', {
    "accessKeyId": "",
    "secretAccessKey": "",
    projectName: '',
    logStoreName: '',
    endpoint: 'https://cn-hangzhou.log.aliyuncs.com',
    topic: 'reqlog',
}))