
Hi, In looking closer at the code, I see some places where the system throws an : $Self->{LogObject}->Log( Message => 'Something here', Priority => 'error', ); but then goes about its business as if nothing REALLY was wrong. The one that is of biggest concern at the current moment is : Kernel/Output/HTML/PreferencesCustomQueue.pm, sub Param, where it says : # check needed param if (!$Param{UserData}->{UserID}) { $Self->{LogObject}->Log(Priority => 'error', Message => "Need UserID!"); return (); } It appears that it *ALWAYS* prints it when your doing an : <form action="/otrs/index.pl" method="post"> <input type="hidden" name="Action" value="AdminUser"> <input type="hidden" name="Subaction" value="Add"> so is it *REALLY* an error. It appears to throw this into the Apache error log every time I attempt to add an Admin User. I do see plenty of others that do seem like they are TRUE and LEGIT errors, but certainly not this one. I would think the best thing to do is just remove the Log completely there, unless there is a reason it should always just throw everything into my Apache logs and then go about its business.... Thanks, Tuc

Hi, On So, Nov 04 2007, Tuc at T-B-O-H.NET wrote:
In looking closer at the code, I see some places where the system throws an :
$Self->{LogObject}->Log( Message => 'Something here', Priority => 'error', );
but then goes about its business as if nothing REALLY was wrong.
I recommend sending this request to the dev list, because our developers read it more regularly. Many thanks for your feedback, though. cheers Henning -- Henning Oschwald ((otrs)) :: OTRS AG :: Norsk-Data-Straße 1 :: 61352 Bad Homburg Fon: +49 (0) 6172 681988 10 :: Fax: +49 (0) 9421 56818 18 http://www.otrs.com/ :: Communication with success! Geschäftssitz: Bad Homburg Amtsgericht Bad Homburg, HRB 10751 Steuernummer: 003/240/97521 Aufsichtsratsvorsitzender: Burchard Steinbild Vorstandsvorsitzender: André Mindermann
participants (2)
-
Henning Oschwald
-
Tuc at T-B-O-H.NET