Skip to content
Snippets Groups Projects
Unverified Commit 179de95f authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

Avoid huge exception argument logging


In some cases it might happen that you have an argument that deep down
somewhere has an array with a lot of entries (think thousands). Now
before we would just happily print them all. Which would fill the log.

Now it will just print the first 5. And add a line that there are N
more.

If you are on debug level we will still print them all.

Signed-off-by: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent 083f3d23
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment