Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Oct 27, 2024
1 parent 06d3488 commit 0010d7f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,16 @@ TODO: what is this?
## Multi-node

TODO

## DOJO Logs

You might want to look at some logs while administrating or developing the dojo.
The most useful logs are:

- **dojo-init:** `journalctl -b -u dojo-init`
- **dojo up:** `journalctl -b -u dojo-up`
- **ctfd:** `docker logs ctfd"
- **nginx:** `docker logs nginx-proxy"

All of these should be run inside the outer docker.
If you are outside of the outer docker (e.g., on the host itself), you can do stuff like `docker exec dojo journalctl -b -u dojo-up`.

0 comments on commit 0010d7f

Please sign in to comment.