memory
This is used to configure the memory logger which temporarily stores log messages in memory.
Example configuration of a memory logger clause:
memory {
loglevel warning;
size 32768;
}
Note that by default, the loglevel inside the memory clause is set to info, and the size is set to 16384. Therefore, the memory logger can also be configured without explicitly specifying a loglevel and size:
memory;