Apache Module - log.level

Hi there!
We are currently using Apache Module for collecting access and error log events from our apache web servers. We need to put a log.level on it (mostly INFO and ERROR).
Is this possible? I've read the documentation and it doesn't really say anything.

I have tried adding a processor (not knowing if this is supported or not) but it doesn't seem to work. Maybe someone out there knows a workaround or just a simple solution?

I'd imagine something like:

- module: apache
  access:
    enabled: true
    var.paths: ["/data/dkinst995/eessi/share/logs/loadbalancer/access*.log"]
    processors:
      - add_fields:
          target: ''
          fields:
            log.level: info