Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

添加支持多 host 自动切换 & 补全测试 #505

Merged
merged 28 commits into from
May 14, 2021
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
调整默认的 logger prefix
  • Loading branch information
yinxulai committed May 12, 2021
commit 7e95230dfd708b321aa3cb9dc89e3f9be9c2d45f
2 changes: 1 addition & 1 deletion src/logger/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default class Logger {
private token: string,
private disableReport = true,
private level: LogLevel = 'OFF',
private prefix = 'task'
private prefix = 'UPLOAD'
) { }

private getPrintPrefix(level: LogLevel) {
Expand Down