You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/07/25 05:58:54 UTC

[GitHub] [incubator-devlake] klesh commented on issue #2578: [Feature][framework] Users be able to download pipeline logging archives from config-ui

klesh commented on issue #2578:
URL: https://github.com/apache/incubator-devlake/issues/2578#issuecomment-1193614339

   > e log file to grow indefinitely in size over time, or should we implement any log-file-rotation polic
   
   Each pipeline has its own folder and each task has its own log file, because tasks can run in parallel, we have to separate them for debugging's sake. I ideally, we should record every single log for the pipeline including the pipeline log, and task log(task log and subtasks logs).
   
   The logging level should be determined by the setting (from `.env` or Environment Variable).
   
   So, in this way, we shouldn't have any ever-growing logging files but folders. and due to the fact, that our logging messages are quite brief, log-file-rotation is not a hard requirement at the point. But, you may propose your solution to that end.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org