Hello.
Log levels are trace, debug, information, warning, error (in decreasing verbosity).
Using 'trace' log level (by default) usually doesn't have much impact on performance, but size of log files are indeed large.
If it is not suitable for you, switch log level to 'debug'.
I not recommend to use 'warning' or 'error' log levels, because too much information is lost.
By the way, If there are too much log messages, it is worth to check, you does not insert data in too small batches (one second batches or more is recommended).
Also, it is worth to look, what exactly log messages are generated. If you don't need log messages with '<Trace>' substring, switch log level to 'debug' and so on.