Boot splash screen config floods logs with base64 encoding of png image.

Hi all.

Quite new to the Balena Cloud platform, so apologies if this is a simple fix I’m missing.

I’ve moved from manually setting the splash screen png in the boot img to using the config option “Define the PNG image to be used for the boot splash screen. Only supported by supervisor versions >= v12.3.0” for the entire fleet.

This worked well, however we are finding the logs have been flooded with a base64 representation of png image.

Logs look like this:

‘’’
Applying boot config: {“image”:"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA0gAAANICAYAAAD958/bAAAACXBIWXMAAAsTAAALEwEAmpwYA…
‘’’

That goes on for a very long time. We can’t even filter it out because it seems to be flooding the logger and it’s starting to ignore messages from our other services.

Is this a bug, or is there perhaps an issue with my configuration.

Appreciate the help.