File tree 2 files changed +20
-1
lines changed
robot-command/src/main/resources
2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
- Subset method added to [ ` extract ` ] [ #1000 ]
12
12
13
+ ### Fixed
14
+ - Restore logging details for CLI [ #1091 ]
15
+
13
16
## [ 1.9.2] - 2023-02-09
14
17
15
18
### Changed
@@ -344,7 +347,7 @@ First official release of ROBOT!
344
347
[ `template` ] : http://robot.obolibrary.org/template
345
348
[ `validate` ] : http://robot.obolibrary.org/validate
346
349
347
- [ #1000 ] : https://github.com/ontodev/robot/pull/1000
350
+ [ #1091 ] : https://github.com/ontodev/robot/issues/1091
348
351
[ #1086 ] : https://github.com/ontodev/robot/pull/1086
349
352
[ #1084 ] : https://github.com/ontodev/robot/issues/1084
350
353
[ #1071 ] : https://github.com/ontodev/robot/pull/1071
@@ -354,6 +357,7 @@ First official release of ROBOT!
354
357
[ #1017 ] : https://github.com/ontodev/robot/issues/1017
355
358
[ #1016 ] : https://github.com/ontodev/robot/issues/1016
356
359
[ #1009 ] : https://github.com/ontodev/robot/issues/1009
360
+ [ #1000 ] : https://github.com/ontodev/robot/pull/1000
357
361
[ #979 ] : https://github.com/ontodev/robot/pull/979
358
362
[ #978 ] : https://github.com/ontodev/robot/pull/978
359
363
[ #977 ] : https://github.com/ontodev/robot/pull/977
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <configuration >
3
+ <appender name =" console" class =" ch.qos.logback.core.ConsoleAppender" >
4
+ <encoder >
5
+ <pattern >%d %-5p %c - %m%n</pattern >
6
+ </encoder >
7
+ </appender >
8
+ <statusListener class =" ch.qos.logback.core.status.NopStatusListener" />
9
+ <logger name =" user" level =" DEBUG" />
10
+ <logger name =" org.semanticweb.elk" level =" off" />
11
+ <logger name =" org.obolibrary.obo2owl" level =" off" />
12
+ <root level =" ERROR" >
13
+ <appender-ref ref =" console" />
14
+ </root >
15
+ </configuration >
You can’t perform that action at this time.
0 commit comments