Fixate icon indicating copy to clipboard operation
Fixate copied to clipboard

log file config need a path and file name template as different values

Open clint-lawrence opened this issue 6 years ago • 1 comments

Relevant code is in src/fixate/config/init.py. I think it would make sense to split tpl_csv_path into two components. One which is the folder location and then the file name.

Although the current implementation may be fine with some documentation and example on what to specify for absolute vs relative paths.

One way to think of it is, "use the default log file name, but put it in this folder". the current implementation will always use the cwd with the default template, and if you override, you need to override the name/timestamp portion. not just the folder path.

clint-lawrence avatar Oct 05 '18 03:10 clint-lawrence