<div dir="ltr">You can avoid that one message by setting the PDB_DIR environment variable or system property (passing it to JVM with -DPDB_DIR=/some/dir). Like that you will store your cached pdb/mmcif files in the location you want and they will be permanent in your system (by using the default /tmp, they are removed after reboot).<div><br></div><div>More generally to control the logging verbosity and output location (stdout, log to file, etc) we use log4j2 as the logging framework. You can edit the default log4j2.xml file in src/main/resources to alter its behaviour or add your own config file. See <a href="https://logging.apache.org/log4j/2.x/manual/configuration.html">https://logging.apache.org/log4j/2.x/manual/configuration.html</a> for more details.</div><div><br></div><div>Jose</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, May 15, 2017 at 6:18 AM, Enrico Morelli <span dir="ltr"><<a href="mailto:morelli@cerm.unifi.it" target="_blank">morelli@cerm.unifi.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear,<br>
<br>
each time I execute a program I see:<br>
<br>
[main] WARN  org.biojava.nbio.structure.<wbr>align.util.UserConfiguration -<br>
Could not read dir from system property PDB_DIR or environment variable<br>
PDB_DIR, using system's temp directory /tmp<br>
<br>
When I'll release the software I wouldn't this warning, so is there a<br>
way to avoid it?<br>
<br>
Thanks<br>
<br>
--<br>
------------------------------<wbr>------------------------------<wbr>-<br>
  Enrico Morelli<br>
  System Administrator | Programmer | Web Developer<br>
<br>
  CERM - Polo Scientifico<br>
  Via Sacconi, 6 - 50019 Sesto Fiorentino (FI) - ITALY<br>
  phone: <a href="tel:%2B39%20055%20457%204269" value="+390554574269">+39 055 457 4269</a><br>
  fax:   <a href="tel:%2B39%20055%20457%204927" value="+390554574927">+39 055 457 4927</a><br>
------------------------------<wbr>------------------------------<wbr>-<br>
______________________________<wbr>_________________<br>
Biojava-l mailing list  -  <a href="mailto:Biojava-l@mailman.open-bio.org">Biojava-l@mailman.open-bio.org</a><br>
<a href="http://mailman.open-bio.org/mailman/listinfo/biojava-l" rel="noreferrer" target="_blank">http://mailman.open-bio.org/<wbr>mailman/listinfo/biojava-l</a><br>
</blockquote></div><br></div>