Skip to content

Commit

Permalink
Update commands.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tjko authored Mar 4, 2023
1 parent 50b9c0b commit a035e00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,7 @@ SYS:DEBUG?
#### SYStem:LOG
Set the system logging level. This controls the level of logging to the console.

Default: 5 (NOTICE)
Default: WARNING

Log Levels:

Expand All @@ -1103,7 +1103,7 @@ Level|Name

Example: Enable verbose debug output
```
SYS:LOG 7
SYS:LOG DEBUG
```

#### SYStem:LOG?
Expand All @@ -1112,14 +1112,14 @@ Display current system logging level.
Example:
```
SYS:LOG?
5
NOTICE
```

#### SYStem:SYSLOG
Set the syslog logging level. This controls the level of logging to a remote
syslog server.

Default: 3 (ERR)
Default: ERR

Log Levels:

Expand All @@ -1136,7 +1136,7 @@ Level|Name

Example: Enable logging of NOTICE (and lower level) message:
```
SYS:LOG 5
SYS:LOG NOTICE
```

#### SYStem:SYSLOG?
Expand All @@ -1145,7 +1145,7 @@ Display current syslog logging level.
Example:
```
SYS:SYSLOG?
3
ERR
```

#### SYStem:DISPlay
Expand Down

0 comments on commit a035e00

Please sign in to comment.