Module logging

Source
Expand description

Tracing and logs management for the application.

This module is responsible for setting up and configuring the application’s logging system using the tracing crate.

It initializes a subscriber that directs logs to a dedicated log file within the application’s data directory.

Functions§

init
Initializes the tracing subscriber to output logs to a file