Configure Edge Server logging levels and output for debugging and monitoring
verbose
log level can significantly impact performance due to the volume of log data generated. Use it only for debugging specific issues, not in production.Level | Description | Use Case |
---|---|---|
error | Only critical errors | Production environments |
warning | Warnings and errors (default) | Normal operation |
info | Informational messages | Basic monitoring |
debug | Detailed debugging information | Development and troubleshooting |
verbose | Maximum detail including internal operations | Deep debugging (may impact performance) |
ditto_logs
subdirectory within the persistence directory.
Default location:
warning
level: Use the default warning level for normal operation.
debug
for troubleshooting: When investigating issues, temporarily increase to debug level.
verbose
: The verbose level should only be used for short periods during debugging.