protean
protean copied to clipboard
Should sim log method respect config/log-dir
protean.core.transformation.sim:
defn log [what where] ...
the where is past directly to spit. If we want to collect all our logs in the log-dir, we have to build where manually to respect the config/log-dir.
Should the log method treat all relative paths as relative to config/log-dir for us?