<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
GravyFace,<br>
<br>
    I usually do this in my Dev environment where I first change the
RT_SiteConfig.pm file to turn on logging:<br>
    <b style=""><br>
    "Set($DevelMode, '1');". </b>This is OFF in production as it would
make everything run REALLY slow.<br>
<br>
     Then I insert the following code whereever I want to display
something in the log:<br>
<br>
      $RT::Logger->info("Resolution Type  NOT SET!");<br>
<br>
    That should do it. Hope this helps.<br>
<br>
Kenn<br>
LBNL<br>
<br>
On 6/11/2009 11:08 AM, GravyFace wrote:
<blockquote
 cite="mid:19fa96670906111108n5fe93f45q5caa27e30d3aa270@mail.gmail.com"
 type="cite">
  <pre wrap="">Have a scrip that's not firing for some reason.  Want to write to the
rt.log with some debug info, but the Logger doesn't seem to be
accessible from the scrip conditions.  Of course, my Perl-fu is pretty
abyssmal.  This possible?
_______________________________________________
<a class="moz-txt-link-freetext" href="http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users">http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users</a>

Community help: <a class="moz-txt-link-freetext" href="http://wiki.bestpractical.com">http://wiki.bestpractical.com</a>
Commercial support: <a class="moz-txt-link-abbreviated" href="mailto:sales@bestpractical.com">sales@bestpractical.com</a>


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at <a class="moz-txt-link-freetext" href="http://rtbook.bestpractical.com">http://rtbook.bestpractical.com</a>

  </pre>
</blockquote>
</body>
</html>