Yearly Archives: 2022

Making the Tridion content service less chatty

It can be very useful to set the log level of Tridion’s content service to Debug every once in a while. I admit I always do that on my own development environments – you never know when you will need it. Of course, I would not recommend it for production environments but that’s another story.

One thing is really annoying though: every 10 seconds, the content service makes a call to the discovery service (for whatever reason, perhaps to check the validadity of the tokens or something). And this leads to so much logging that you always have to wade through endless lines of useless logging before you get to the interesting bits.

Continue reading

DD4T.Model 2.6 released

Today, version 2.6 of DD4T.Model was released. It contains bug fixes and security patches. Most important changes:

  • Fixed a bug with the serialization of keywords, reported on Stackexchange (https://tridion.stackexchange.com/questions/21828/upgrade-to-tridion-9-5-and-net-dd4t-2-5-producing-error-with-ikeyword-on-dynami)
  • Upgraded Newtonsoft.JSON to 13.0.1 (with improved security)

Continue reading