Logistic regression is used with categorical responses. It is analogous to linear regression for a continuous response, but not exactly the same. The linear regression analysis of variance is based on the sum of square deviations. The R square sample statistic is the ratio of the model sum of squares to the corrected total sum of squares. It assumes that error sum of squares does not include any fixed effects that were not included in the model. That is to say, it assumes that the model is unbiased. This is important because the sum of squares depend on the selected model. R square is a measure of performance of prediction.
The R square (U) is based on the negative log likelihood or uncertainty (U) of the model parameters. This sample statistic is the ratio of the difference in the log likelihood of the full and reduced models to the log likelihood of the reduced model. Like the linear regression case, it assumes that there is no significant lack of fit by deviance. R square (U) is also a measure of performance of prediction.
I do not see how you can get the R square for a logistic model. The Generalized R Square is an attempt to provide a value that is closer to what one expects from linear regression. Is that the value you refer to? The meaning and interpretation of the adjusted value is not clear.
Broadly speaking, the R square (U) for a categorical response is often very low for a model with significant predictors and no lack of fit. It means that there is large uncertainty in the predicted response.