Truncate URL in visitor log

Hello,

The url in visitor log are truncated. Is it normal?

Thanks

truncated to 80 characters

Where can I change this?

Search for “truncate:80” in piwik/plugins/Live/templates/visitorLog.tpl

No success. I see that it is truncated in the db. Not in display.

My original url is:
http://host/index.php?view=13;mode=;vm=1;idProteins_db_seq=;project=1;experiment=a;se=133;ascore=25;uscore=;mods[]=0;protpos=

In the db i see only:
http://host/index.php?view=13;mode=

I found my problem. This is a method that exclude parameters from url.

Thanks for your help!

is there a bug in this method, or did you set a parameter to be excluded which was causing the truncation?

I think the problem is because the url uses semicolon instead of ampersand to separate parameters.