Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
evm-store
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanli
evm-store
Commits
ef058c53
Commit
ef058c53
authored
Apr 21, 2021
by
wanliofficial
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
c1e0b4cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
backend/run.sh
backend/run.sh
+3
-1
backend/runoob.log
backend/runoob.log
+14
-0
No files found.
backend/run.sh
100644 → 100755
View file @
ef058c53
#!/usr/bin/env bash
# ps -def | grep "run.sh"
source
venv/bin/activate
python start.py
\ No newline at end of file
nohup
/home/evm/workspace/evm-store/backend/venv/bin/python3 /home/evm/workspace/evm-store/backend/start.py
>
runoob.log 2>&1 &
backend/runoob.log
0 → 100644
View file @
ef058c53
[2021-04-21 20:29:52,569][ DEBUG] [selector_events.py __init__ 58] Using selector: EpollSelector
[2021-04-21 20:29:57,784][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/appLogs/list (127.0.0.1) 48.83ms
[2021-04-21 20:29:57,854][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/appLogs/list (127.0.0.1) 68.74ms
[2021-04-21 20:29:58,709][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/appLogs/list (127.0.0.1) 13.29ms
[2021-04-21 20:29:58,780][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/appLogs/list (127.0.0.1) 70.62ms
[2021-04-21 20:29:59,375][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/appLogs/list (127.0.0.1) 65.32ms
[2021-04-21 20:29:59,383][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/appLogs/list (127.0.0.1) 7.28ms
[2021-04-21 20:29:59,791][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/appLogs/list (127.0.0.1) 8.52ms
[2021-04-21 20:29:59,856][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/appLogs/list (127.0.0.1) 64.86ms
[2021-04-21 20:30:01,706][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/apps/list (127.0.0.1) 34.50ms
[2021-04-21 20:30:02,361][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/apps/list (127.0.0.1) 14.42ms
[2021-04-21 20:30:03,481][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/appLogs/list (127.0.0.1) 8.45ms
[2021-04-21 20:30:03,551][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/appLogs/list (127.0.0.1) 69.25ms
[2021-04-21 20:30:04,444][ INFO] [ wsgi.py _log 196] 200 POST /api/v1/evm_store/apps/list (127.0.0.1) 13.94ms
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment