-
antes do nome do arquivo de saída aumenta o desempenho (reduz o número de operações físicas de E / S) tornando o log menos "resistente a travamentos". Faz sentido no caso de entradas de log menos volumosas.
Actions
The Action object describe what is to be done with a message. [...]
Regular File
Typically messages are logged to real files. [...] You may prefix each entry with the minus “-‘’ sign to omit syncing the file after every logging. Note that you might lose information if the system crashes right behind a write attempt. Nevertheless this might give you back some performance, especially if you run programs that use logging in a very verbose manner.