
22 Mar
2004
22 Mar
'04
8:38 p.m.
hi robert, the string you suggest is identical to the string i'm already using. were you intending to suggest something different? thanks, ~steven On Mon, 22 Mar 2004, Robert Kehl wrote:
On Monday, March 22, 2004 9:02 PM Steven Shults
wrote: $Self->{LogModule::LogFile} = '/var/log/otrs.log';
For the sake, try:
$Self->{'LogModule::LogFile'} = '/var/log/otrs.log';
hth,
Robert Kehl