docs

Logger

You can manage logging settings by editing the active property in the app/config/logs.ts file. The file will be generated in the logs folder, named with the current date and will have a .log extension.

Log Format Configuration

The LogsConfig object includes a format property that allows you to choose from several predefined logging formats:

Custom Log Format

You can define a custom logging format using the customFormat property, allowing full customization based on the Morgan documentation.

Note: This setup uses the morgan and rotating-file-stream libraries for logging and log file rotation.

Summary