Configure observability and logging
mainKonf uses slog.Default() for logging configuration changes and watching status. You can customize this behavior using the following options:
konf.WithLogHandler: Change the logger used by the library.konf.WithOnStatus: Register a callback to monitor the status of configuration loading/watching (e.g., for recording metrics).