Yes, if you echo 4 to `drop_caches` first, subsequent `drop_caches` messages won’t be generated:
echo 4 > /proc/sys/vm/drop_caches
The setting is sticky and will remain until the system is rebooted.
See the last paragraph of the kernel documentation for `drop_caches`. Note also that, as explained in that documentation, dropping caches isn’t a good idea, and shouldn’t be done repeatedly; see also this commit.