Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Add comment about log splitting
  • Loading branch information
michael-kotliar committed Oct 8, 2020
1 parent 22b4a94 commit b55b259
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/readme/how_to_use.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ optional arguments:

**Init command will run the following steps** for the specified `--home` and `--config` parameters:
- Call `airflow initdb`
- Update `airflow.cfg` to hide paused DAGs, skip loading example DAGs and **do not** pause newly created DAGs
- Update `airflow.cfg` to hide paused DAGs, skip loading example DAGs and **do not** pause newly created DAGs. Also, we set our custom `logging_config_class`
to split Airflow and CWL related logs into the separate files
- If run with `--upgrade`, upgrade old CWLDAGs to correspond to the latest format, save original CWLDAGs into `deprecated_dags` folder
- Put **clean_dag_run.py** into the DAGs folder (later its functions will be moved to API)

Expand Down

0 comments on commit b55b259

Please sign in to comment.