Skip to content

Commit cc7134f

Browse files
committed
docs(README): Add logging system details to documentation
- Introduced a new section outlining the configurable logging system. - Included details on log levels, multiple logging handlers, and context-aware logging. - Updated the template rendering system section for clarity.
1 parent f085d71 commit cc7134f

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,6 @@ We're working on a comprehensive template rendering system that will make it eas
700700
#### Blade Templates
701701
- Ready-to-use Blade components for DotCMS content
702702
- Blade directives for DotCMS-specific functionality
703-
704-
The template system will include:
705703
- Standard layouts for common page structures
706704
- SEO-friendly markup and metadata handling
707705

@@ -710,6 +708,11 @@ The template system will include:
710708
- ElasticSearch Support
711709
- Advanced search capabilities
712710

711+
### Logging System
712+
- Configurable log levels (DEBUG, INFO, WARNING, ERROR, etc.)
713+
- Multiple logging handlers (file, console, syslog)
714+
- Context-aware logging with request/response details
715+
713716
### Data Validation Layer
714717
- Schema-based validation for content types
715718
- Custom validation rules

0 commit comments

Comments
 (0)