the Logistic Regression model is based on the H2O library, which unfortunately does not support PMML model export.
As an alternative approach, you could use the Logistic Regression to ExampleSet operator from the Converters extension from the marketplace (link) which gives you an example set representation of the model.
David