You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the --config fix. I really enjoy using dagu and appreciate your great work.
Playing with the configuration I just discovered one tiny thing. If you set the dagsDir inside a config file the setting does not seem to be applied. It is not a critical problem because I decided to use the command line arg --dags, which works fine. Nonetheless the documentation states, that also the config file could be used to set the dagsDir.
I think there are two possibilities to go on from here and I am happy to leave you the choice...
Fix the config setting dagsDir, which probably would be a little cleaner because the other dir settings in the config file seem to work.
update the documentation, remove the part about the dagsDir and write that the cli arg --dags is the way to go
As I said thank you for you quick reactions to the issues and the marvellous tool you have given us. Please let me know in case I got something wrong. Have a nice day.
The text was updated successfully, but these errors were encountered:
I was playing around a little bit and stumbled across the fact that one directories can only be configured through env variables. Wouldn't it be nice if all the settings that could be applied by env vars would also be available inside the config. I tried the following inside my config and it did not work because the log dir for example was not set.
@triole, thanks for catching that! I really appreciate the detailed suggestions. The actual config key was dags, but the document was incorrect. I’ll fix that by adding a dagsDir config field instead of dags to match the other config keys.
Thanks for the
--config
fix. I really enjoy using dagu and appreciate your great work.Playing with the configuration I just discovered one tiny thing. If you set the
dagsDir
inside a config file the setting does not seem to be applied. It is not a critical problem because I decided to use the command line arg--dags
, which works fine. Nonetheless the documentation states, that also the config file could be used to set the dagsDir.I think there are two possibilities to go on from here and I am happy to leave you the choice...
dagsDir
, which probably would be a little cleaner because the other dir settings in the config file seem to work.dagsDir
and write that the cli arg--dags
is the way to goAs I said thank you for you quick reactions to the issues and the marvellous tool you have given us. Please let me know in case I got something wrong. Have a nice day.
The text was updated successfully, but these errors were encountered: