Hi, I have the need to upload in my app-engine app a static config file that needs to be in a folder whose name starts with a "." - say the path is *".aa/bb.config"*.
I notice that this folder is not being uploaded. I referred the code of the following classes, but didn't really see folders starting with "." being excluded anywhere. I could only find exactly "." / ".." named folders being excluded. - com.google.appengine.tools.admin.AppAdminImpl - com.google.appengine.tools.admin.AppVersionUpload - com.google.appengine.tools.util.FileIterator Q1) Can someone please confirm if it's indeed the case that files / folders with names starting with a "." are excluded in the upload-to-app-engine cycle? Q2) Where can I find the logs generated by tools like appcfg.sh? How should I tweak the logging levels? Thanks, Roshan -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/0859b9e7-275a-44f0-9654-236bf24cd5c0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
