Commit Graph

9 Commits

Author SHA1 Message Date
John Blum
195d746a6a Add example spring-geode-logging.properties to Spring Geode Logging Smoke Tests. 2022-07-07 10:52:04 -07:00
John Blum
babf7163f2 Update Copyright.
Set year from 2017 to present.
2022-02-10 16:37:58 -08:00
John Blum
448e34acf6 Review and refactor the AbstractSpringConfiguredLogLevelPropertiesIntegrationTests class in the spring-geode-smoke-tests-logging module. 2022-02-10 16:37:57 -08:00
John Blum
8447eaad10 Update Copyright to 2020. 2020-02-19 23:04:23 -08:00
John Blum
76d921f5f0 Add call to reset Logback on test class initialization.
Resolves gh-73.
2020-02-19 19:07:56 -08:00
John Blum
562dc6c6ed Add additional Smoke Tests asserting Apache Geode logging configuration with the use of Spring Boot application.properties as well as JVM System Properties.
Effectively, these tests test the SBDG GeodeLoggingApplicationListener registration and function.

Resolves gh-73.
2020-02-14 16:57:26 -08:00
John Blum
729c02407c Add additional test case asserting that DEBUG Log statements are not logged.
Resolves gh-73.
2020-02-14 15:19:14 -08:00
John Blum
ae616a4774 Switch to using the SpringApplicationBuilder to allow additional Spring profiles to be activated when needed.
Add additional logic to configure printing (output) of the Log messages (content) using System.out when the application is manually run.

Resolves gh-73.
2020-02-14 15:19:14 -08:00
John Blum
21cc8e6c4b Add Smoke Tests for the 'spring-geode-starter-logging' module.
Resolves gh-73.
2020-02-11 19:16:55 -08:00