Skip to content

Commit 4dc6bce

Browse files
Update README.md
Co-authored-by: Copilot <[email protected]>
1 parent d4a9f47 commit 4dc6bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ void doRun() {
371371

372372
##### Timestamped console output
373373

374-
Use `out.error()`, `out.warn()`, `out.success()`, `out.info()` to write messages to the console with timestamps and log levels. These messages appear only in the execution console and are not persisted to AEM logs.
374+
Use `out.error()`, `out.warn()`, `out.success()`, `out.info()`, `out.debug()` to write messages to the console with timestamps and log levels. These messages appear only in the execution console and are not persisted to AEM logs.
375375

376376
```groovy
377377
void doRun() {

0 commit comments

Comments
 (0)