File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change @@ -99,16 +99,20 @@ Appender used to define output to the file
99991 . 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
1051072 . 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
1111153 . Change the log file size to 20M
112116
113117 - appender.file.policies.size.size=20M
114- -
118+
You can’t perform that action at this time.
0 commit comments