... |
... |
@@ -56,10
+56,10 @@ |
56 |
56 |
Writing log messages to a file. You may choose any arbitrary path on the file system. Also, you may want to set a limit for the log file size, or you risk exceeding the available disk space of the server. |
57 |
57 |
{{/figure}} |
58 |
58 |
|
59 |
|
-; Output type |
60 |
|
-: The type of output. Available types are //console// and //rolling file//. |
61 |
|
-; Name |
62 |
|
-: Unique name for this logging target. |
|
59 |
+; Type |
|
60 |
+: The type of output. Available types are //console// (writes log messages to the console) and //rolling file// (writes log messages to a file). |
|
61 |
+; Name |
|
62 |
+: Unique name for this logging target. Two logging target cannot have the same name. |
63 |
63 |
; Log level limit |
64 |
64 |
: Sets a limit for the logging level of this logging target. Available limits are: //No limit//, //DEBUG//, //INFO/, //WARN//, //ERROR//, //FATAL// |
65 |
65 |
; Layout type |
... |
... |
@@ -75,5
+75,5 @@ |
75 |
75 |
: Path to the log file. |
76 |
76 |
; Maximum file size |
77 |
77 |
: The maximum file size for an individual log file. When that size has been reached, a new log file will be created. |
78 |
|
-; Maximale number of backup files |
|
78 |
+; Maximal number of backup files |
79 |
79 |
: The maximum number of backup files that will be created. When this limit has been reached, the oldest backup file will be deleted. |