You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to snap_fr...@googlegroups.com
Hi,
Is there a way to make Snap output its logs on stdout instead of by
default printing to access.log and error.log? It's a bit inconvenient
to go less'ing or tail'ing files when doing development.
thanks,
Janne
Gregory Collins
unread,
Sep 21, 2012, 3:55:01 AM9/21/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to snap_fr...@googlegroups.com
Hi,
--error-log="-" will use stdout, and --error-log=stderr uses stderr.