When using structured logging, all the extra data and the data format might explode the size per message, increasing the cost of logging.
Having said that, structured logging has its own set of disadvantages. The major disadvantages of structured logs are the increased size of an event and increased system requirements.
— size from Structured Logging highlights
The ingestion of these logs is also a data intensive application.