xmr-remote-nodes/cmd
ditatompel 46bc3dc2e8
Using slog for logging level
The log level for the apps is using `log/slog` from Go standard library.
This commit change log format for fiber http logger to match with
the slog standard log format (date and time).

This commit also remove `APP_DEBUG` field from config struct.

TODO:
Use `slog` for default app output. Note that in this commit, the `slog`
output only implemented in `cron` "db migrate" and probe client.
2024-05-13 18:40:01 +07:00
..
admin.go Avoid naming module using a domain name pattern 2024-05-08 21:35:04 +07:00
import.go feat: MySQL db migration 2024-05-12 04:19:40 +07:00
probe.go Using slog for logging level 2024-05-13 18:40:01 +07:00
root.go Using slog for logging level 2024-05-13 18:40:01 +07:00
serve.go Using slog for logging level 2024-05-13 18:40:01 +07:00