-
Notifications
You must be signed in to change notification settings - Fork 549
Cannot find the stdout/stderr log of a long run job #4777
Comments
@zheng-ningxin , please share us the job url. |
@Binyang2014 , pls take a look. |
This is caused by log-rotate . Current log-rotate config is:
It will auto compress the log if size is more than 300M or exist more than one week. This work start at 7.28, which is one-week ago. |
We need a complete design for log management. including view, archive, etc. |
Yes~ I understand that log-rotate is necessary. However, I think, after the log-rotation, the website should still show part of the output log, or inform the users that their output has been compressed. |
According to https://manpages.debian.org/jessie/logrotate/logrotate.8.en.html |
Organization Name: MS internal usage
Short summary about the issue/question:
Hi, I met a problem when I used the OpenPAI to run the training jobs, and I think it may confuse other users, so I raise this issue.
I submitted a task, after the task is completed, I want to check the stdout of this task, unexpectedly found that the output of the task was empty.
Later, it was found that the output of the task was compressed into the log folder, and the website page no longer displayed the output of the task.
I think this is confusing for users, so I raise this issue.
Brief what process you are following:
How to reproduce it:
OpenPAI Environment:
uname -a
):Anything else we need to know:
The text was updated successfully, but these errors were encountered: