|
@@ -1,5 +1,5 @@
|
|
|
{
|
|
|
- "customBaseDir" :"../logs/",
|
|
|
+ "customBaseDir" :"../logs/ConstructionCost/",
|
|
|
"customDefaultAtt" :{
|
|
|
"type": "dateFile",
|
|
|
"alwaysIncludePattern": false,
|
|
@@ -7,10 +7,10 @@
|
|
|
},
|
|
|
"appenders": {
|
|
|
"console": { "type": "console" },
|
|
|
- "logInfo":{"filename":"info/ConstructionCost.log"},
|
|
|
- "logDebug":{"filename":"debug/ConstructionCost.log"},
|
|
|
- "logWarn":{"filename":"warn/ConstructionCost.log"},
|
|
|
- "logErr":{"filename":"err/ConstructionCost.log"}
|
|
|
+ "logInfo":{"filename":"info.log"},
|
|
|
+ "logDebug":{"filename":"debug.log"},
|
|
|
+ "logWarn":{"filename":"warn.log"},
|
|
|
+ "logErr":{"filename":"err.log"}
|
|
|
},
|
|
|
"categories": {
|
|
|
"default": { "appenders": ["console"], "level": "debug"},
|