<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 16/01/2015, at 8:11 pm, Delta Yeh <<a href="mailto:delta.yeh@gmail.com" class="">delta.yeh@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div dir="ltr" class=""><br class=""><div class="gmail_extra"><br class=""><div class="gmail_quote">2015-01-16 11:46 GMT+08:00 Russell Fulton <span dir="ltr" class=""><<a href="mailto:r.fulton@auckland.ac.nz" target="_blank" class="">r.fulton@auckland.ac.nz</a>></span>:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I worked with Peter on this and then got interrupted by holiday and finally got back to it today.<br class="">
<br class="">
It turns out to be a problem with the yaml:<br class="">
this works:<br class="">
  - file-store:<br class="">
      enabled: yes      # set to yes to enable<br class="">
      log-dir: files    # directory to store the files<br class="">
      force-magic: no   # force logging magic on all stored files<br class="">
      force-md5: no     # force logging of md5 checksums<br class="">
      waldo: file.waldo # waldo file to store the file_id across runs<br class="">
<br class="">
this fails silently:<br class="">
<br class="">
  - file-store:<br class="">
    enabled: yes      # set to yes to enable<br class="">
    log-dir: files    # directory to store the files<br class="">
    force-magic: no   # force logging magic on all stored files<br class="">
    force-md5: no     # force logging of md5 checksums<br class="">
    waldo: file.waldo # waldo file to store the file_id across runs<br class="">
<br class=""></blockquote><div class=""><br class=""></div><div class=""> Same config ? <br class=""></div></div></div></div></div></blockquote></div><br class=""><div class="">exactly — what is different is the indenting!!!</div><div class=""><br class=""></div><div class=""><br class=""></div></body></html>