Startup Messages
Learn how to customize startup messages in Logixlysia.
Customize how your application announces its startup with Logixlysia's flexible startup message system.
Basic Usage
Message Formats
Simple Format
A clean, minimal startup message:
Banner Format
A beautiful ASCII art banner (default):
Configuration Options
Option | Type | Description | Default |
---|---|---|---|
showStartupMessage | boolean | Whether to show the startup message | true |
startupMessageFormat | 'simple' | 'banner' | The format of the startup message | 'banner' |
Customization
You can customize the startup message by:
- Setting
showStartupMessage
tofalse
to disable it - Choosing between
'simple'
and'banner'
formats - Extending the startup message system with custom formats
Best Practices
- Use
'banner'
format in development for better visibility - Use
'simple'
format in production for cleaner logs - Consider disabling startup messages in production if not needed