ggplot Y axis to be in log scale

Hi,

I am using scatterplot with ggplot to produce a scatter plot of my data. I do not want to transform my entire data into log2(value) or log10(value) because I get errors when I do. I just want my Y axis to be in logarithmic scale, like in excel. How do I do this?