未验证 提交 022c0a96 编写于 作者: S Sebastian Florek 提交者: GitHub

Use '.log' extension instead of '.txt' for log files

上级 abb45a00
......@@ -84,6 +84,6 @@ export class LogService {
}
getLogFileName(pod: string, container: string): string {
return `logs-from-${container}-in-${pod}.txt`;
return `logs-from-${container}-in-${pod}.log`;
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册