mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
New Crowdin translations - ko (#24873)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
This commit is contained in:
@@ -94,12 +94,10 @@ Explanations and requirements:
|
|||||||
Disabled,
|
Disabled,
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
|
||||||
- Above we specify a separate external and internal log level, which are the levels displayed to GCS users and in the log file, respectively: `{events::Log::Error, events::LogInternal::Info}`.
|
- Above we specify a separate external and internal log level, which are the levels displayed to GCS users and in the log file, respectively: `{events::Log::Error, events::LogInternal::Info}`.
|
||||||
For the majority of cases you can pass a single log level, and this will be used for both exernal and internal cases.
|
For the majority of cases you can pass a single log level, and this will be used for both exernal and internal cases.
|
||||||
There are cases it makes sense to have two different log levels.
|
There are cases it makes sense to have two different log levels.
|
||||||
For example an RTL failsafe action: the user should see it as Warning/Error, whereas in the log, it is an expected system response, so it can be set to `Info`.
|
For example an RTL failsafe action: the user should see it as Warning/Error, whereas in the log, it is an expected system response, so it can be set to `Info`.
|
||||||
```
|
|
||||||
|
|
||||||
- **Event Message**:
|
- **Event Message**:
|
||||||
- Single-line, short message of the event.
|
- Single-line, short message of the event.
|
||||||
|
|||||||
Reference in New Issue
Block a user