fjukstad / walrus

Containerized data analysis pipelines
MIT License
12 stars 2 forks source link

-logs does not work when output directory != walrus #15

Open fjukstad opened 7 years ago

fjukstad commented 7 years ago

walrus -logs STAGE_NAME expects the logs to be stored in walrus/STAGE_NAME/walrus.log, but this may not always be the case. It is possible to specify the output directory with the -o parameter, but when users run the -logs command, it should hint to that the user may need to specify the output folder as well.