How to set Logbook visibility?

How can I set the visibility of the :LOGBOOK: data of my tasks? E.g. Can I set them in config.edn?

They make my task list noisy.

I did not find any information about this in the forums.

Yes, search for :logbook/settings in the config file.

;; logbook configuration.
 :logbook/settings
 {:with-second-support? false ;limit logbook to minutes, seconds will be eliminated
  :enabled-in-all-blocks false ;display logbook in all blocks after timetracking
  :enabled-in-timestamped-blocks false ;don't display logbook at all
 }
2 Likes