← Back to team overview

cf-charmers team mailing list archive

Re: logs/quota

 

Cool, cool, cool
On Apr 21, 2014, at 1:22 PM, prismakov@xxxxxxxxx wrote:

> My output:
> 
> alex@ubuntu1:~/temp/sinatra$ cf push a                                                                                                                                              
> Creating app a in org my-org / space myspace as admin...
> OK
> 
> Using route a.192.168.122.46.xip.io
> Binding a.192.168.122.46.xip.io to a...
> OK
> 
> Uploading a...
> Uploading from: /home/alex/temp/sinatra
> 2.7K, 5 files
> OK
> 
> Starting app a in org my-org / space myspace as admin...
> OK
> 
> 1 of 1 instances running
> 
> App started
> 
> Showing health and status for app a in org my-org / space myspace as admin...
> OK
> 
> requested state: started
> instances: 0/1
> usage: 1G x 1 instances
> urls: a.192.168.122.46.xip.io
> 
>      state     since                    cpu    memory        disk          
> #0   running   2014-04-21 07:18:57 PM   0.0%   18.5M of 1G   51.5M of 1G   
> alex@ubuntu1:~/temp/sinatra$ cf logs a
> Connected, tailing logs for app a in org my-org / space myspace as admin...
> 
> 2014-04-21T19:18:57.62+0300 [App/0]   OUT "Hi to stdout"
> 2014-04-21T19:18:57.62+0300 [App/0]   ERR [2014-04-21 16:18:57] INFO  WEBrick 1.3.1
> 2014-04-21T19:18:57.62+0300 [App/0]   ERR [2014-04-21 16:18:57] INFO  ruby 1.9.3 (2012-11-10) [x86_64-linux]
> 2014-04-21T19:18:57.62+0300 [App/0]   ERR [2014-04-21 16:18:57] INFO  WEBrick::HTTPServer#start: pid=28 port=61001
> 2014-04-21T19:19:44.49+0300 [App/0]   OUT "One more Hi to stdout."
> 2014-04-21T19:19:44.50+0300 [App/0]   ERR 192.168.122.1 - - [21/Apr/2014 16:19:44] "GET / HTTP/1.1" 200 1127 0.0036
> 
> -Alex Prismakov
> 
> 
> On Apr 21, 2014, at 19:07, Benjamin Saller <benjamin.saller@xxxxxxxxxxxxx> wrote:
> 
>> Thanks, I'll verify this locally. Appreciate it.
>> 
>> -Ben
>> 
>> 
>> 
>> On Mon, Apr 21, 2014 at 9:04 AM, <prismakov@xxxxxxxxx> wrote:
>> Ben,
>> 
>> I made several commits today to dea and bundle
>> 
>> bundle r34 has logs support
>> bundle r36 has quota enabled…but somehow logs stopped working!
>> 
>> going recheck it in my morning
>> 
>> -Alex Prismakov
>> 
> 
> -- 
> Mailing list: https://launchpad.net/~cf-charmers
> Post to     : cf-charmers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~cf-charmers
> More help   : https://help.launchpad.net/ListHelp


References