Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
devstack
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
OpenEdx
devstack
Commits
f672bc5e
Commit
f672bc5e
authored
Jun 06, 2017
by
Vedran Karacic
Committed by
Vedran Karačić
Jun 07, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add Makefile command to print logs of specific container.
parent
25e83599
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
Makefile
+3
-0
README.rst
+7
-0
No files found.
Makefile
View file @
f672bc5e
...
...
@@ -55,6 +55,9 @@ destroy: ## Remove all devstack-related containers, networks, and volumes
logs
:
##
View logs from containers running in detached mode
docker-compose logs
-f
%-logs
:
##
View the logs of the specified service container
docker-compose logs
-f
|
grep
edx.devstack.
$*
pull
:
##
Update Docker images
docker-compose pull
...
...
README.rst
View file @
f672bc5e
...
...
@@ -107,6 +107,13 @@ following:
make logs
To view the logs of a specific service container run ``make <service>-logs``.
For example to access the logs for Ecommerce, you can run:
.. code:: sh
make ecommerce-logs
To reset your environment and start provisioning from scratch, you can run:
.. code:: sh
...
...
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