You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/recipes/execution-log.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ When configuring any ExecutionLog implementation, you can specify these argument
175
175
| Property | Description | Default | Notes |
176
176
|----------|-------------|---------|-------|
177
177
|`log-level`| Sets the severity level for log entries. Controls visibility in consolidated logs and allows filtering when reviewing. |`trace`|`"trace"`, `"debug"`, `"info"`, `"warn"`, `"error"`|
178
-
|`log-name`| Customizes the logger name for better organization and filtering in consolidated logs. |`lucee.runtime.engine.Controler`|`"execution"`, `"performance"`, `"myapp.performance"`|
178
+
|`log-name`| Customizes the logger name for better organization and filtering in consolidated logs. |`lucee.runtime.engine.Controller`|`"execution"`, `"performance"`, `"myapp.performance"`|
179
179
|`snippet`| When enabled, captures and displays the actual CFML code being executed alongside timing information. Particularly valuable when analyzing logs after execution. |`false`| Set to `true` to include source code in logs |
Copy file name to clipboardExpand all lines: docs/recipes/startup-listeners-code.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ Start the Lucee Server, and the server console should display the above system o
77
77
78
78
#### onBuild (since Lucee 6.1.1)
79
79
80
-
`onBuild` is called when you start Lucee with the environment variable `LUCEE_BUILD` (or the older variable `LUCEE_ENABLE_WARMUP`) set to `true`. You can also use the system property `-Dlucee.build` (or `-dlucee-enable.warmup`). This feature got indroduced in Lucee 6.1.1.
80
+
`onBuild` is called when you start Lucee with the environment variable `LUCEE_BUILD` (or the older variable `LUCEE_ENABLE_WARMUP`) set to `true`. You can also use the system property `-Dlucee.build` (or `-dlucee-enable.warmup`). This feature got introduced in Lucee 6.1.1.
0 commit comments