Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Global logback config #65

Merged
merged 1 commit into from
Mar 13, 2015
Merged

Global logback config #65

merged 1 commit into from
Mar 13, 2015

Conversation

dst
Copy link
Contributor

@dst dst commented Mar 11, 2015

No description provided.

private File globalPropertiesFile() {
def env = System.getenv()
String configFolder = env['CONFIG_FOLDER']
return new File("${configFolder}/common/global.properties")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will it work on Windows?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it will. You asked a similar question in the past and I have already explained it to you :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't remember. Maybe it wasn't me or maybe I have too many threads to handle I just threw away your explanations from my mind ;). Anyway great that you checked it.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 78.91% when pulling bba6917 on global-logback-config into 9d30278 on master.

@dst
Copy link
Contributor Author

dst commented Mar 12, 2015

I'm thinking about moving LogbackConfig class to micro-infra-spring. WDYTAI?

@szpak
Copy link
Contributor

szpak commented Mar 12, 2015

There are no direct dependencies to Logback, so it sound sensible.

@marcingrzejszczak
Copy link
Contributor

You would move it to which module?

@dst
Copy link
Contributor Author

dst commented Mar 12, 2015

config, already done in 4finance/micro-infra-spring#330

@dst
Copy link
Contributor Author

dst commented Mar 13, 2015

@marcingrzejszczak, I have used logback configuration from micro-infra-spring. Could you please look now?

@marcingrzejszczak
Copy link
Contributor

+1

@dst dst merged commit 583ebe7 into master Mar 13, 2015
@dst dst deleted the global-logback-config branch March 13, 2015 21:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants