Hey all,
Am I missing something... Should this code not email all logging information
to me on every event call from my development and staging server (I've
removed the actual email addresses and subject from the keys):
<property name="Logging" type="MachII.logging.LoggingProperty">
<parameters>
<parameter name="EmailLog">
<struct>
<key name="type"
value="MachII.logging.loggers.EmailLog.Logger" />
<key name="loggingEnabled">
<struct>
<key name="group:development,staging"
value="true"/>
<key name="production" value="false"/>
</struct>
</key>
<key name="loggingLevel" value="all" />
<key name="to" value="MY EMAIL ADDRESS" />
<key name="from" value="FROM EMAIL ADDRESS" />
<key name="subject" value="SUBJECT" />
</struct>
</parameter>
</parameters>
</property>
If I just change it to the regular logging that displays on the screen it
works. However when I switch to using the code above i get no emails.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to Mach-II for CFML list.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/mach-ii-for-coldfusion?hl=en
SVN: http://greatbiztoolsllc.svn.cvsdude.com/mach-ii/
Wiki / Documentation / Tickets:
http://greatbiztoolsllc.trac.cvsdude.com/mach-ii/
-~----------~----~----~----~------~----~------~--~---