harbor/docs/harbor-doc-reorg/working_with_projects/access_project_logs.md

27 lines
1.1 KiB
Markdown
Raw Normal View History

2019-11-01 14:15:48 +01:00
# Access and Search Project Logs
Harbor keeps a log of all of the operations that users perform in a project. You can apply filters to help you to search the logs.
## Prerequisites
Log in to Harbor with a Harbor administrator, project administrator, master, developer, or guest account.
## Procedure
1. Select **Projects**, select your project, and select the **Logs** tab.
In the **Logs** view you can see system logs for all of the events that have occurred in the project.
1. To see a reduced list of operations, enter text in the search box.
For example, enter the name of a repository or a user to see events that apply to that repository or user.
1. If your project has a lot of events, click **Advanced** to refine your search.
- To search by operation type, click **Operations** and select or deselect **Pull**, **Push**, **Create**, **Delete**, or **Others**.
- To search for events within a certain time period, click the calendar icons and set dates to search between.
![Search logs](../img/new_project_log.png)
## What to Do Next
TBD