You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following is a sample of the error logs, with format `time thread [label] [err_code] [subsystem] msg`:
40
63
41
64
```shell
@@ -100,19 +123,19 @@ SET timestamp=1698099752;
100
123
do sleep(15);
101
124
```
102
125
103
-
The charm currenly has error and general logs enabled by default, while slow query logs are disabled by default. All of these files are rotated if present into a separate dedicated archive folder under the logs directory.
126
+
The charm currently has error and general logs enabled by default, while slow query logs are disabled by default. All of these files are rotated if present into a separate dedicated archive folder under the logs directory.
104
127
105
128
We do not yet support the rotation of binary logs (binlog, relay log, undo log, redo log, etc).
106
129
107
130
## Log Rotation Configurations
108
131
109
-
For each log (error, general and slow query):
132
+
For each log (audit, error, general and slow query):
110
133
111
134
- The log file is rotated every minute (even if the log files are empty)
112
135
- The rotated log file is formatted with a date suffix of `-%V-%H%M` (-weeknumber-hourminute)
113
136
- The rotated log files are not compressed or mailed
114
137
- The rotated log files are owned by the `snap_daemon` user and group
115
-
- The rotated log files are retained for a maximux of 7 days before being deleted
138
+
- The rotated log files are retained for a maximum of 7 days before being deleted
116
139
- The most recent 10080 rotated log files are retained before older rotated log files are deleted
117
140
118
141
The following are logrotate config values used for log rotation:
Copy file name to clipboardExpand all lines: docs/how-to/h-async-clients.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
# Clients for Async replication
2
-
> **WARNING**: it is an '8.0/candidate' article. Do NOT use it in production!<br/>Contact [Canonical Data Platform team](/t/11868) if you are interested in the topic.
3
2
4
3
## Pre-requisits
5
4
Make sure both `Rome` and `Lisbon` Clusters are deployed using the [Async Deployment manual](/t/13458)!
Copy file name to clipboardExpand all lines: docs/how-to/h-async-failover.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Switchover / Failover of Async replication
2
2
3
-
> **WARNING**: it is an '8.0/edge' article. Do NOT use it in production!<br/>Contact [Canonical Data Platform team](/t/11868) if you are interested in the topic.
4
-
5
3
## Pre-requisits
6
4
7
5
Make sure both `Rome` and `Lisbon` Clusters are deployed using the [Async Deployment manual](/t/13458)!
Copy file name to clipboardExpand all lines: docs/how-to/h-async-recovery.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
# Recovery of Async replication
2
-
> **WARNING**: it is an '8.0/candidate' article. Do NOT use it in production!<br/>Contact [Canonical Data Platform team](/t/11868) if you are interested in the topic.
3
2
4
3
## Pre-requisits
5
4
Make sure both `Rome` and `Lisbon` Clusters are deployed using the [Async Deployment manual](/t/13458)!
Copy file name to clipboardExpand all lines: docs/how-to/h-async-removal.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,5 @@
1
1
# Removal of Async replication
2
2
3
-
> **WARNING**: it is an '8.0/edge' article. Do NOT use it in production!<br/>Contact [Canonical Data Platform team](/t/11868) if you are interested in the topic.
4
-
5
3
## Pre-requisits
6
4
7
5
Make sure both `Rome` and `Lisbon` Clusters are deployed using the [Async Deployment manual](/t/13458)!
0 commit comments