Skip to content

Commit cdc2ad2

Browse files
authored
Merge pull request #6814 from umbraco/project-settings
Added images and changed format of the article
2 parents 1a26d0f + e9a694e commit cdc2ad2

24 files changed

+119
-78
lines changed

umbraco-cloud/getting-started/the-umbraco-cloud-portal/README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -122,21 +122,3 @@ In the Umbraco Cloud portal, you can find a link to the **Release Notes** in the
122122
### Logout
123123

124124
The Logout option allows you to securely log out of your Umbraco Cloud account.
125-
126-
## Environment error log
127-
128-
Each environment has an error log that appears only if there are any unread errors in that specific environment. You can view the errors by clicking on **View errors** in the environment menu.
129-
130-
Once you're there, you can manually mark each error as read which will move it from the "New" section to the "Read" section. Errors marked as read will be permanently deleted after 30 days.
131-
132-
During development, you can happen to gather a large number of errors which might cause the error page to load slowly. A fix for that would be to locally connect to the database for that specific environment and delete the errors. You can read more about connecting to the environment database locally in the section about [Database on Umbraco Cloud](../../databases/cloud-database/).
133-
134-
Environment errors are stored in the `UCErrorLog` table.
135-
136-
The query below will delete 90% of the errors. The query will always delete the oldest errors first. You can tweak the query to delete any percentage of errors by changing the number in the first row.
137-
138-
```sql
139-
DELETE TOP(90) PERCENT
140-
FROM [dbo].[UCErrorLog]
141-
WHERE [Read] = 0
142-
```
123 KB
Loading
107 KB
Loading
115 KB
Loading
81 KB
Loading
193 KB
Loading
126 KB
Loading
107 KB
Loading
212 KB
Loading
75.6 KB
Loading

0 commit comments

Comments
 (0)