Skip to content

Commit fad9acb

Browse files
committed
Update the incorrect format in logging docs
1 parent e65dff1 commit fad9acb

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

docs/usage/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## Version 1.8.0: October 27, 2022
4+
5+
- Feature: support logging system. Please refer online documentation for details.
6+
- Feature: monitor U2 server connection status.
7+
- Enhancement: when compiling a BASIC program, the account folder name must be the same as the connected account name.
8+
- Bug fix: 38 bugs fixed.
9+
310
## Version 1.7.0: August 17, 2022
411

512
- Feature: (Preview) support debugging functionalities on UniData 8.2.4.

docs/usage/Logging.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,20 @@ Appender used to define output to the file
9999
1. To set the log file level output to info level or higher., you only need to change log file level to info:
100100

101101
- property.ROOT_LEVEL=Info
102+
102103
- property.CONSOLE_LEVEL=Info
104+
103105
- property.FILE_LEVEL=Info
104106

105107
2. Set the console output information to debug level or higher and set the , log file output information to info level or higher:
106108

107109
- property.ROOT_LEVEL=Debug
110+
108111
- property.CONSOLE_LEVEL=Debug
112+
109113
- property.FILE_LEVEL=Info
110114

111115
3. Change the log file size to 20M
112116

113117
- appender.file.policies.size.size=20M
114-
-
118+

0 commit comments

Comments
 (0)