diff options
author | k.kedron <k.kedron@partner.samsung.com> | 2019-04-30 16:37:54 +0200 |
---|---|---|
committer | k.kedron <k.kedron@partner.samsung.com> | 2019-06-04 11:50:03 +0200 |
commit | 456cf4f6af9c22449dd4a39b1d13900fc38481c1 (patch) | |
tree | 089617e97606dc4ecbc8529f0c1d4ee5546bb1d0 /README.md | |
parent | edae4aaca1bc65fa39d398e5a386c918ab7dde7a (diff) |
New unit tests and sonar fixes
Assertion arguments should be passed in the correct order in:
- CldsReferencePropertiesItCase
- LoggingUtils
Remove of duplicate code in LoggingUtils.
Typo in README file.
Add LoggingUtilsTest unit test.
Change-Id: Iddc61877659e9d4308479451a7eb4901b3fc5ea8
Issue-ID: CLAMP-355
Signed-off-by: Krystian Kedron <k.kedron@partner.samsung.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,7 +106,7 @@ Once the image has been built and is available locally, you can use the `docker- ### Logs -Clamp uses logback framework to generate logs. The logback.xml file cand be found under the [src/main/resources/ folder](src/main/resources). +Clamp uses logback framework to generate logs. The logback.xml file can be found under the [src/main/resources/ folder](src/main/resources). With the default log settings, all logs will be generated into console and into root.log file under the Clamp root folder. The root.log file is not allowed to be appended, thus restarting the clamp will result in cleaning of the old log files. @@ -173,4 +173,4 @@ To use it just add --spring.config.name=application-noaaf -to the jvm parameters. This file is available by default in the java classpath resource folder.
\ No newline at end of file +to the jvm parameters. This file is available by default in the java classpath resource folder. |