<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Running in production mode means downloading and running the release, not the source code</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<a href="https://github.com/archivesspace/archivesspace/releases/download/v3.2.0/archivesspace-v3.2.0.zip">https://github.com/archivesspace/archivesspace/releases/download/v3.2.0/archivesspace-v3.2.0.zip</a><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Changing configuration variables would then be done in config.rb not config-defaults.rb.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Your archivesspace.out log file should then end up in the /logs/ directory. </div>
<div>
<div id="Signature">
<div>
<div id="divtagdefaultwrapper" dir="ltr" style="color:rgb(0,0,0); background-color:rgb(255,255,255)">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; margin:0px">
<font face="Calibri,Arial,Helvetica,sans-serif" size="3" color="black"><span dir="ltr" style="font-size:12pt; background-color:white"><font size="2"><span style="font-size:11pt"><br>
</span></font></span></font></div>
</div>
</div>
</div>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf of Hagenmaier,
 Wendy L <wendy.hagenmaier@library.gatech.edu><br>
<b>Sent:</b> Wednesday, June 8, 2022 12:26 PM<br>
<b>To:</b> Archivesspace Users Group <archivesspace_users_group@lyralists.lyrasis.org><br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] Requesting Clarification of development vs production mode</font>
<div> </div>
</div>
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Thanks, Blake. We checked our config-defaults.rb, and those lines match what you linked to. So it seems like we've set the log levels to DEBUG, but we're still not seeing any error messages being logged. Is there something else we should check that might be
 getting in the way of the logs?<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Here's what we have for those lines in config-defaults.rb :</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
<div>57 AppConfig[:frontend_log] = "default"</div>
<div>59 AppConfig[:frontend_log_level] = "debug"</div>
<div><br>
</div>
<div>61 AppConfig[:backend_log] = "default"</div>
<div>62 AppConfig[:backend_log_level] = "debug"</div>
<div><br>
</div>
<div>64 AppConfig[:pui_log] = "default"</div>
<div>65 AppConfig[:pui_log_level] = "debug"</div>
<div><br>
</div>
<div>67 AppConfig[:indexer_log] = "default"</div>
68 AppConfig[:indexer_log_level] = "debug"<br>
</div>
<div id="x_appendonsend"></div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf of Blake Carver
 <blake.carver@lyrasis.org><br>
<b>Sent:</b> Tuesday, June 7, 2022 1:20 PM<br>
<b>To:</b> Archivesspace Users Group <archivesspace_users_group@lyralists.lyrasis.org><br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] Requesting Clarification of development vs production mode</font>
<div> </div>
</div>
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
You can set the log levels to DEBUG here</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<a href="https://github.com/archivesspace/archivesspace/blob/master/common/config/config-defaults.rb#L49-L64">https://github.com/archivesspace/archivesspace/blob/master/common/config/config-defaults.rb#L49-L64</a><br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Keep in mind that on version 3.2 you'll have Solr stuff being written into the sperate Solr server logs.</div>
<div>
<div id="x_x_Signature">
<div>
<div id="x_x_divtagdefaultwrapper" dir="ltr" style="color:rgb(0,0,0); background-color:rgb(255,255,255)">
<div name="x_x_divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; margin:0px">
<font face="Calibri,Arial,Helvetica,sans-serif" size="3" color="black"><span dir="ltr" style="font-size:12pt; background-color:white"><font size="2"><span style="font-size:11pt"><br>
</span></font></span></font></div>
</div>
</div>
</div>
</div>
<div id="x_x_appendonsend"></div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf of Hagenmaier,
 Wendy L <wendy.hagenmaier@library.gatech.edu><br>
<b>Sent:</b> Tuesday, June 7, 2022 12:59 PM<br>
<b>To:</b> Archivesspace Users Group <archivesspace_users_group@lyralists.lyrasis.org><br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] Requesting Clarification of development vs production mode</font>
<div> </div>
</div>
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Hi Blake,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
When running ASpace (3.2.0) in production mode (as opposed to development mode), should we be seeing information in our error logs?</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
We are preparing to go live with 3.2.0. After testing 3.2.0 in development mode, we want to test our stage instance of ASpace 3.2.0 in production mode to mimic what our production instance will look like. We aren't getting any info from the logs in production
 mode, making it difficult to troubleshoot. Is there a way we can enable logs in production mode?</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Thank you,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Wendy</div>
<div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div id="x_x_x_Signature">
<div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
</div>
<div id="x_x_x_divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<div id="x_x_x_divtagdefaultwrapper" style="color:rgb(0,0,0); background-color:rgb(255,255,255); font-family:Calibri,Arial,Helvetica,sans-serif">
<span style="font-size:10pt">Wendy Hagenmaier<br>
Digital Curation Archivist</span></div>
<div style="color:rgb(0,0,0); background-color:rgb(255,255,255); font-family:Calibri,Arial,Helvetica,sans-serif">
<span style="font-size:10pt">Service Owner, University Archives & Special Collections Repository and
<a href="https://www.library.gatech.edu/retrotech" title="https://www.library.gatech.edu/retrotech">
retroTECH</a></span></div>
<div style="color:rgb(0,0,0); background-color:rgb(255,255,255); font-family:Calibri,Arial,Helvetica,sans-serif">
<span style="font-size:10pt">Archives, Records Management, and Digital Curation<br style="">
Georgia Tech Library<br style="">
Atlanta, GA 30332<br style="">
wendy.hagenmaier@library.gatech.edu<br>
</span></div>
<div id="x_x_x_divtagdefaultwrapper" style="color:rgb(0,0,0); background-color:rgb(255,255,255); font-family:Calibri,Arial,Helvetica,sans-serif">
<span style="font-size:10pt">Pronouns: she/her<br style="">
</span></div>
</div>
</div>
</div>
</div>
<div id="x_x_x_appendonsend"></div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_x_x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf of Blake
 Carver <blake.carver@lyrasis.org><br>
<b>Sent:</b> Wednesday, June 1, 2022 5:02 PM<br>
<b>To:</b> Archivesspace Users Group <archivesspace_users_group@lyralists.lyrasis.org><br>
<b>Subject:</b> Re: [Archivesspace_Users_Group] Requesting Clarification of development vs production mode</font>
<div> </div>
</div>
<style type="text/css" style="display:none">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
<div dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
 <a href="https://archivesspace.github.io/tech-docs/development/dev.html">https://archivesspace.github.io/tech-docs/development/dev.html</a></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
That explains the development mode.</div>
<div id="x_x_x_x_appendonsend"></div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="x_x_x_x_divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> archivesspace_users_group-bounces@lyralists.lyrasis.org <archivesspace_users_group-bounces@lyralists.lyrasis.org> on behalf of Duckett,
 Brian (NIH/NLM) [C] <brian.duckett@nih.gov><br>
<b>Sent:</b> Wednesday, June 1, 2022 4:45 PM<br>
<b>To:</b> archivesspace_users_group@lyralists.lyrasis.org <archivesspace_users_group@lyralists.lyrasis.org><br>
<b>Cc:</b> Liu, Steve (NIH/NLM) [C] <steve.liu@nih.gov>; Whitaker, John (NIH/NLM) [C] <john.whitaker@nih.gov>; Kalyanasundaram, Sriram (NIH/NLM) [C] <sriram.kalyanasundaram@nih.gov><br>
<b>Subject:</b> [Archivesspace_Users_Group] Requesting Clarification of development vs production mode</font>
<div> </div>
</div>
<style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.x_x_x_x_x_MsoNormal, li.x_x_x_x_x_MsoNormal, div.x_x_x_x_x_MsoNormal
        {margin:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif}
a:link, span.x_x_x_x_x_MsoHyperlink
        {color:#0563C1;
        text-decoration:underline}
span.x_x_x_x_x_EmailStyle18
        {font-family:"Calibri",sans-serif;
        color:windowtext}
.x_x_x_x_x_MsoChpDefault
        {font-size:10.0pt;
        font-family:"Calibri",sans-serif}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
-->
</style>
<div lang="EN-US" style="word-wrap:break-word">
<div class="x_x_x_x_x_WordSection1">
<p class="x_x_x_x_x_MsoNormal">Hello, </p>
<p class="x_x_x_x_x_MsoNormal"> </p>
<p class="x_x_x_x_x_MsoNormal">A few weeks ago, we were attempting to resolve an issue with the Mizuno dependency being flagged during an internal security scan. During research efforts we came across the following post.
<a href="https://archivesspace.org/archives/7226?utm_source=rss&utm_medium=rss&utm_campaign=archivesspace-update-december-2021">
https://archivesspace.org/archives/7226?utm_source=rss&utm_medium=rss&utm_campaign=archivesspace-update-december-2021</a></p>
<p class="x_x_x_x_x_MsoNormal"> </p>
<p class="x_x_x_x_x_MsoNormal">This post references two different modes ArchivesSpace can run in, development and production. We are seeking clarification of what the differences are between the two modes, how to implement one versus the other as well as verify
 which mode we are currently running in. Unfortunately, I have not found this information in the tech docs, so I do apologize in advance if the information is there and has been overlooked.
</p>
<p class="x_x_x_x_x_MsoNormal"> </p>
<p class="x_x_x_x_x_MsoNormal">Thank You, </p>
<p class="x_x_x_x_x_MsoNormal">Brian</p>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>