forked from apache/airflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[AIRFLOW-385] Add symlink to latest scheduler log directory
Create a symbolic link to the directory contaning the latest scheduler logs, and update the link when the target changes. Update the test_scheduler_job test case to verify that the symbolic link is created. Implementation: - Create a symbolic link to the directory containing the latest scheduler logs, and update the link when the target changes. Testing Done: - Extend test_scheduler_job test case to verify that the correct symbolic link is created. Closes apache#1842 from vijaysbhat/latest-log-symlink
- Loading branch information
1 parent
e4cca0d
commit 8911903
Showing
2 changed files
with
50 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters