Explorar o código

修改 日志输出路径

guoenzhou %!s(int64=3) %!d(string=hai) anos
pai
achega
e41b08d84a

+ 2 - 2
fiveep-controller/src/main/resources/application-prod.properties

@@ -1,7 +1,7 @@
 debug=true
 spring.main.lazy-initialization=false
 spring.main.allow-bean-definition-overriding=true
-temp.basedir=C:/Users/jichaobo/Desktop/uskyfile
+temp.basedir=/usr/local/service/usky-power/uskyfile
 # application
 server.port=8011
 # mybatis-plus
@@ -75,7 +75,7 @@ spring.cache.ehcache.config=classpath:ehcache.xml
 # redis
 spring.cache.redis.enabled=true
 spring.redis.database=0
-spring.redis.host=124.71.174.104
+spring.redis.host=usky-cloud-redis
 spring.redis.port=6379
 spring.redis.password=123456
 spring.redis.timeout=10000

+ 1 - 1
fiveep-controller/src/main/resources/log4j2-spring-dev.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration status="OFF">
     <properties>
-        <property name="LOG_HOME">./logs/usky-power</property>
+        <property name="LOG_HOME">/var/log/uskycloud/usky-power</property>
         <Property name="CONSOLE_LOG_PATTERN">%clr{%d{yyyy-MM-dd HH:mm:ss.SSS}}{blue} %clr{%-5level}
             %clr{${sys:PID}}{magenta} %clr{---}{faint} %clr{[%15.15t]}{faint} %clr{%l}{cyan} %clr{:}{faint} %m%n%xwEx
         </Property>

+ 1 - 1
fiveep-controller/src/main/resources/log4j2-spring-prod.xml

@@ -2,7 +2,7 @@
 <configuration status="OFF">
 
     <properties>
-        <property name="LOG_HOME">/data/logs/usky-power</property>
+        <property name="LOG_HOME">/var/log/uskycloud/usky-power</property>
         <Property name="CONSOLE_LOG_PATTERN">%clr{%d{yyyy-MM-dd HH:mm:ss.SSS}}{blue} %clr{%-5level}
             %clr{${sys:PID}}{magenta} %clr{---}{faint} %clr{[%15.15t]}{faint} %clr{%l}{cyan} %clr{:}{faint} %m%n%xwEx
         </Property>

+ 1 - 1
fiveep-controller/src/main/resources/log4j2-spring-test.xml

@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <configuration status="OFF">
     <properties>
-        <property name="LOG_HOME">/data/logs/usky-power</property>
+        <property name="LOG_HOME">/var/log/uskycloud/usky-power</property>
     </properties>
     <appenders>
         <!-- 日志级别:ALL < TRACE < DEBUG < INFO < WARN < ERROR < FATAL < OFF -->

+ 10 - 0
fiveep.iws

@@ -352,4 +352,14 @@
   <component name="WebViewSettings">
     <webview flattenPackages="false" showMembers="false" autoscrollToSource="false" />
   </component>
+  <component name="WindowStateProjectService">
+    <state x="661" y="295" width="598" height="490" key="find.popup" timestamp="1654483859318">
+      <screen x="0" y="0" width="1920" height="1080" />
+    </state>
+    <state x="661" y="295" width="598" height="490" key="find.popup/0.0.1920.1080@0.0.1920.1080" timestamp="1654483859318" />
+    <state x="625" y="241" width="670" height="676" key="search.everywhere.popup" timestamp="1654483865874">
+      <screen x="0" y="0" width="1920" height="1080" />
+    </state>
+    <state x="625" y="241" width="670" height="676" key="search.everywhere.popup/0.0.1920.1080@0.0.1920.1080" timestamp="1654483865874" />
+  </component>
 </project>