Hi! Thanks for maintaining this library! I noticed that the default output is documented as [`gin.DefaultWriter`](https://github.com/gin-contrib/slog/blob/0eae848e92b336eec43f2ef6da597d1d6cae0b0f/slog.go#L65), but the actual output is [`os.Stderr`](https://github.com/gin-contrib/slog/blob/0eae848e92b336eec43f2ef6da597d1d6cae0b0f/slog.go#L90). Should it be initialized to `gin.DefaultWriter`? Thanks for your time