[rt-users] RT logs in wrong timezone
Wagner Pereira
wpereira at pop-sp.rnp.br
Wed Aug 17 14:43:47 EDT 2011
Ok, Ruslan.
Now I edited my RT_SiteConfig.pm to that:
--------------------------------
# LOGGING:
Set($LogToSyslog, 'debug');
Set(@LogToSyslogConf,
ident => 'RTTEST',
facility => 'local0',
socket => [{type => 'udp', host => 'localhost', port => 514 }],
);
Set($LogToSTDERR, 'warning'); # former LogToScreen
--------------------------------
And in the Syslog-ng.conf I did:
--------------------------------
# Send the messages to an other host
#
destination remote { udp("10.1.1.10" port(514)); };
--------------------------------
Until now, my main Syslog server is logging nothing. How to debug that?
Regards,
--
### At PoP-SP/RNP, every day is an IPv6 day ###
Wagner Pereira
PoP-SP/RNP - Ponto de Presença da RNP em São Paulo
CCE/USP - Centro de Computação Eletrônica da Universidade de São Paulo
http://www.pop-sp.rnp.br
Fixo. +55 11 3091-8901
Móvel. +55 11 9923-9554
fone at RNP: 10158902
Em 16/08/2011 18:41, Ruslan Zakirov escreveu:
> On Tue, Aug 16, 2011 at 11:10 PM, Wagner Pereira<wpereira at pop-sp.rnp.br> wrote:
>> Ruslan,
>>
>> I found the configuration...
>>
>> destination remote_server { udp("10.0.0.2" port(514)); };
> No idea where you found that. I was referring to RT_Config.pm.
>
> http://requesttracker.wikia.com/wiki/LogsConfig#Logging_into_syslog
>
>> ...and restarted the daemon successfully.
>>
>> But what exactly "remote_server" means?
More information about the rt-users
mailing list