<!DOCTYPE html><html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p>Since updating from 6.05 --> 6.13 I see new lines in my
      zendto.log</p>
    <p>
      <blockquote type="cite"><font face="monospace">2024-11-14 10:31:09
          10.3.65.34 [Alaska ZendTo]: Looking for recip 311218 in
          dropoff 206186 produced Array<br>
          (<br>
              [0] => John Doe<br>
              [1] => <a class="moz-txt-link-abbreviated" href="mailto:John.Doe@alaska.gov">John.Doe@alaska.gov</a><br>
              [2] => 311218<br>
          )</font><br>
      </blockquote>
      <br>
    </p>
    <p>At first I thought they were trying to tell me something was
      wrong after my update, but with more study, they appear to be
      informational. I think I've traced this back to line 1408 of
      /opt/zendto/lib/SQLite3.php</p>
    <p>
      <blockquote type="cite"><font face="monospace">$this->dropbox->writeToLog("Looking
          for recip $rID in dropoff $dID produced
          ".print_r($rows[0],TRUE));</font></blockquote>
    </p>
    <p>Which looks to me like a bit of pre-production logging.</p>
    <p>I can't think of any reason I care more about this lookup
      activity than anything else being retrieved from the database. Nor
      can I think of any reason not to comment this out and reduce the
      noise in my log.</p>
    <p>Anyone wanna talk me out of this?<br>
    </p>
    <pre class="moz-signature" cols="72">-- 
--
Do things because you should, not just because you can. 

John Thurston    907-465-8591
<a class="moz-txt-link-abbreviated" href="mailto:John.Thurston@alaska.gov">John.Thurston@alaska.gov</a>
Department of Administration
State of Alaska</pre>
  </body>
</html>