Extend Adminlog

Moderator: crythias

Post Reply
rey90
Znuny newbie
Posts: 70
Joined: 16 Aug 2012, 15:56
Znuny Version: 4.0.10

Extend Adminlog

Post by rey90 »

Hello

is it possbile to view more then 400 entries in the Adminlog?

I have found something in Adminlog.pm
my $Log = $Self->{LogObject}->GetLog( Limit => 400 ) || '';

If i change this to 1000 nothing happened :(
Produktiv: OTRS: 4.0.10
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: Extend Adminlog

Post by jojo »

the admin log is just a shared memory segment of the apache. For a full logfile have a look at the linux logfiles
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
rey90
Znuny newbie
Posts: 70
Joined: 16 Aug 2012, 15:56
Znuny Version: 4.0.10

Re: Extend Adminlog

Post by rey90 »

ol thanks. isn´t it possible to extend the share memery in apache conf?
Produktiv: OTRS: 4.0.10
Testing": OTRS: 5
OS: Debian 7
Apache2/MySQL 5
Post Reply