Skip to content

Commit a528481

Browse files
committed
removed log files from git
1 parent 9988772 commit a528481

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea/*
22

33
*.pyc
4+
greplr.log

greplr.log

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -922,3 +922,37 @@ spawned uWSGI http 1 (pid: 30461)
922922
[pid: 30460|app: 0|req: 840/840] 112.196.177.73 () {28 vars in 345 bytes} [Wed Jul 15 11:59:18 2015] GET /api/events/plays => generated 88752 bytes in 213 msecs (HTTP/1.1 200) 3 headers in 146 bytes (1 switches on core 0)
923923
[pid: 30460|app: 0|req: 841/841] 112.196.177.73 () {28 vars in 347 bytes} [Wed Jul 15 11:59:18 2015] GET /api/events/movies => generated 377631 bytes in 281 msecs (HTTP/1.1 200) 3 headers in 147 bytes (1 switches on core 0)
924924
[pid: 30460|app: 0|req: 842/842] 185.49.14.190 () {34 vars in 613 bytes} [Wed Jul 15 12:02:26 2015] GET http://testp3.pospr.waw.pl/testproxy.php => generated 233 bytes in 5 msecs (HTTP/1.1 404) 3 headers in 136 bytes (1 switches on core 0)
925+
Wed Jul 15 12:09:32 2015 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
926+
*** Starting uWSGI 2.0.10 (64bit) on [Wed Jul 15 12:09:47 2015] ***
927+
compiled with version: 4.8.2 on 11 June 2015 07:51:45
928+
os: Linux-3.13.0-52-generic #85-Ubuntu SMP Wed Apr 29 16:44:17 UTC 2015
929+
nodename: kuchbhilabs
930+
machine: x86_64
931+
clock source: unix
932+
detected number of CPU cores: 1
933+
current working directory: /home/shubham/greplr_api_server
934+
writing pidfile to /var/run/uwsgi.pid
935+
detected binary path: /usr/local/bin/uwsgi
936+
!!! no internal routing support, rebuild with pcre support !!!
937+
uWSGI running as root, you can use --uid/--gid/--chroot options
938+
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
939+
your processes number limit is 7782
940+
your memory page size is 4096 bytes
941+
detected max file descriptor number: 1024
942+
lock engine: pthread robust mutexes
943+
thunder lock: disabled (you can enable it with --thunder-lock)
944+
uWSGI http bound on :8080 fd 4
945+
uwsgi socket 0 bound to TCP address 127.0.0.1:57408 (port auto-assigned) fd 3
946+
Python version: 2.7.6 (default, Mar 22 2014, 23:03:41) [GCC 4.8.2]
947+
Python main interpreter initialized at 0x11cd240
948+
python threads support enabled
949+
your server socket listen backlog is limited to 100 connections
950+
your mercy for graceful operations on workers is 60 seconds
951+
mapped 145520 bytes (142 KB) for 1 cores
952+
*** Operational MODE: single process ***
953+
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x11cd240 pid: 5017 (default app)
954+
*** uWSGI is running in multiple interpreter mode ***
955+
spawned uWSGI master process (pid: 5017)
956+
spawned uWSGI worker 1 (pid: 5020, cores: 1)
957+
spawned uWSGI http 1 (pid: 5021)
958+
[pid: 5020|app: 0|req: 1/1] 61.160.213.56 () {28 vars in 376 bytes} [Wed Jul 15 12:13:14 2015] GET http://zc.qq.com/cgi-bin/chs/numreg/init? => generated 233 bytes in 17 msecs (HTTP/1.0 404) 3 headers in 136 bytes (1 switches on core 0)

0 commit comments

Comments
 (0)