Can GitLab agent for Kubernetes log a line stating what configuration it is using in initial deployment?

GitLab Kubernetes agent logs a line stating it's applying new configuration when config.yaml has been changed and it's picked up the new configuration.

{"time":"2024-10-24T00:56:52.249751938Z","level":"DEBUG","msg":"Applying configuration","agent_id":4,"commit_id":"03bb370d5c58812bdc6d7bcbb5e29f2cd8ed80d5","agent_config":"{\"observability\":{\"logging\":{\"level\":\"debug\", \"grpc_level\":\"warn\"}}, \"agentId\":\"4\", \"projectId\":\"5\", \"ciAccess\":{\"groups\":[{\"id\":\"tests\"}]}, \"projectPath\":\"tests/kas-agent\", \"gitlabExternalUrl\":\"https://gitlab-single.supermunn.net\"}"}

It is very useful to see what configuration agent is using. Can this debug line be logged for the initial installation of the agent too (ie first time config.yaml)?