[web2py] Re: Web2py + Nginx - Logging

2020-07-01 Thread Dave S


On Wednesday, July 1, 2020 at 2:51:32 PM UTC-7, Luciano Bovio wrote:
>
> Is it possible to log web2py output messages  to a file when running 
> web2py+nginx+uwsgi (installed with provided ubuntu script) ?
>
> I need to view the messages that i see in console when running rocket 
> server.
>
> Thanks
>


The built-in logging works pretty good.  Replace your print statements with 
logger.debug() or logger.error() ...The same formatted string you fed print 
works for the argument of logger.debug.   Log files are in web2py/logs, and 
there's an autorotate feature to prevent logs from takng over your server.

http://web2py.com/books/default/chapter/29/04/the-core#Logging>

(I'm running nginx+uwsgi on AWS linux)

/dps
 

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/97d280e2-37a1-4261-816a-77617878a885o%40googlegroups.com.


[web2py] Web2py + Nginx - Logging

2020-07-01 Thread Luciano Bovio
Is it possible to log web2py output messages  to a file when running 
web2py+nginx+uwsgi (installed with provided ubuntu script) ?

I need to view the messages that i see in console when running rocket 
server.

Thanks

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/adbbc082-f166-4670-82ac-65951fee2ce6o%40googlegroups.com.


[web2py] Re: How to retain the 'email verification' functionality in customized registration form?

2020-07-01 Thread Scott Hunter
Then you need to change something.  Since you haven't shown *anything* of 
what you've written, no one can help with what that change might be.

On Wednesday, July 1, 2020 at 1:00:06 AM UTC-4, Anusha Narayan wrote:
>
> when I am trying to style the registration form using HTML, I am losing 
> the functionality of "email verification" when I click SIGN UP button.
> The form is not responding in an appropriate manner.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/dda7d238-7b2d-46ba-8cd1-ee4682e13983o%40googlegroups.com.


[web2py] Re: html e-mail newsletter

2020-07-01 Thread L c
Hello,

The url http://www.web2pyslices.com/main/slices/take_slice/69 

 
is no longer available. I need an example , do you have some ?
Thank you


Le samedi 6 mars 2010 09:47:19 UTC+1, annet a écrit :
>
> From this article I learned how to code an html e-mail newsletter:
>
> http://articles.sitepoint.com/article/code-html-email-newsletters
>
> Now I would like to send this newsletter from within a Web2py CRM
> application. I searched the group for how to instructions but I didn't
> find anything useful. I tried the link in this post:
>
>
> http://groups.google.com/group/web2py/browse_thread/thread/83ee213ce5d3db0c/2ba13207adf09e57?lnk=gst&q=html+email#2ba13207adf09e57
>
> but that resulted in an unable to connect warning. I tried the link to
> the wiki from Web2py's homepage but that resulted in an internal
> error.
>
> I hope one of you could provide me with detailed instructions of how
> to send an html e-mail newsletter from a Web2py application.
>
>
> Kind regards,
>
> Annet.
>
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/d68f98ea-d5f7-4cfa-80b0-a33f4917c6cdo%40googlegroups.com.