查勘一期
  1. 查勘一期
  2. SURVEYI-77

[版本发布]生产环境服务器缓存调整和平台中日志清理

    问题详情

    • 类型: 任务 任务
    • 状态: 关闭 (查看工作流)
    • 优先级: 严重 严重
    • 解决结果: 解决
    • 标签:
    • 环境:

      生产环境

      描述

      清理生产环境日志:
      1、系统保留一周的日志文件,一周前的日志文件全部清理掉
      2、将log4j中打印sql语句的日志开关关掉(见附件)

      性能调优:
      视服务器资源情况调整tomcat内存配置

        活动

        隐藏
        吴军 (未生效) 添加了备注 -

        删除日志命令如下:
        rm rf claimDebugLog.log.2016-01* druidDebugLog.log.2016-01-* geTuiDebugLog.log.2016-01-* mobileDebugLog.log.2016-01-* ossDebugLog.log.2016-01-* timeTaskLog.log.2016-01-* videoDebugLog.log.2016-01-*
        rm -rf claimDebugLog.log.2016-02-0* druidDebugLog.log.2016-02-0* geTuiDebugLog.log.2016-02-0* mobileDebugLog.log.2016-02-0* ossDebugLog.log.2016-02-0* timeTaskLog.log.2016-02-0* videoDebugLog.log.2016-02-0*

        rm -rf claimDebugLog.log.2016-02-10 claimDebugLog.log.2016-02-11 claimDebugLog.log.2016-02-12 claimDebugLog.log.2016-02-13
        rm -rf druidDebugLog.log.2016-02-10 druidDebugLog.log.2016-02-11 druidDebugLog.log.2016-02-12 druidDebugLog.log.2016-02-13
        rm -rf geTuiDebugLog.log.2016-02-10 geTuiDebugLog.log.2016-02-11 geTuiDebugLog.log.2016-02-12 geTuiDebugLog.log.2016-02-13
        rm -rf mobileDebugLog.log.2016-02-10 mobileDebugLog.log.2016-02-11 mobileDebugLog.log.2016-02-12 mobileDebugLog.log.2016-02-13
        rm -rf ossDebugLog.log.2016-02-10 ossDebugLog.log.2016-02-11 ossDebugLog.log.2016-02-12 ossDebugLog.log.2016-02-13
        rm -rf timeTaskLog.log.2016-02-10 timeTaskLog.log.2016-02-11 timeTaskLog.log.2016-02-12 timeTaskLog.log.2016-02-13
        rm -rf videoDebugLog.log.2016-02-10 videoDebugLog.log.2016-02-11 videoDebugLog.log.2016-02-12 videoDebugLog.log.2016-02-13

        rm rf catalina.2016-01* host-manager.2016-01-* localhost.2016-01-* manager.2016-01-* localhost_access_log.2016-01-*
        rm -rf catalina.2016-02-0* localhost.2016-02-0* localhost_access_log.2016-02-0*
        rm -rf catalina.2016-02-10.log catalina.2016-02-11.log catalina.2016-02-12.log catalina.2016-02-13.log localhost_access_log.2016-02-10.txt localhost_access_log.2016-02-11.txt localhost_access_log.2016-02-12.txt localhost_access_log.2016-02-13.txt

        显示
        吴军 (未生效) 添加了备注 - 删除日志命令如下: rm rf claimDebugLog.log.2016-01 * druidDebugLog.log.2016-01-* geTuiDebugLog.log.2016-01-* mobileDebugLog.log.2016-01-* ossDebugLog.log.2016-01-* timeTaskLog.log.2016-01-* videoDebugLog.log.2016-01-* rm -rf claimDebugLog.log.2016-02-0* druidDebugLog.log.2016-02-0* geTuiDebugLog.log.2016-02-0* mobileDebugLog.log.2016-02-0* ossDebugLog.log.2016-02-0* timeTaskLog.log.2016-02-0* videoDebugLog.log.2016-02-0* rm -rf claimDebugLog.log.2016-02-10 claimDebugLog.log.2016-02-11 claimDebugLog.log.2016-02-12 claimDebugLog.log.2016-02-13 rm -rf druidDebugLog.log.2016-02-10 druidDebugLog.log.2016-02-11 druidDebugLog.log.2016-02-12 druidDebugLog.log.2016-02-13 rm -rf geTuiDebugLog.log.2016-02-10 geTuiDebugLog.log.2016-02-11 geTuiDebugLog.log.2016-02-12 geTuiDebugLog.log.2016-02-13 rm -rf mobileDebugLog.log.2016-02-10 mobileDebugLog.log.2016-02-11 mobileDebugLog.log.2016-02-12 mobileDebugLog.log.2016-02-13 rm -rf ossDebugLog.log.2016-02-10 ossDebugLog.log.2016-02-11 ossDebugLog.log.2016-02-12 ossDebugLog.log.2016-02-13 rm -rf timeTaskLog.log.2016-02-10 timeTaskLog.log.2016-02-11 timeTaskLog.log.2016-02-12 timeTaskLog.log.2016-02-13 rm -rf videoDebugLog.log.2016-02-10 videoDebugLog.log.2016-02-11 videoDebugLog.log.2016-02-12 videoDebugLog.log.2016-02-13 rm rf catalina.2016-01 * host-manager.2016-01-* localhost.2016-01-* manager.2016-01-* localhost_access_log.2016-01-* rm -rf catalina.2016-02-0* localhost.2016-02-0* localhost_access_log.2016-02-0* rm -rf catalina.2016-02-10.log catalina.2016-02-11.log catalina.2016-02-12.log catalina.2016-02-13.log localhost_access_log.2016-02-10.txt localhost_access_log.2016-02-11.txt localhost_access_log.2016-02-12.txt localhost_access_log.2016-02-13.txt
        隐藏
        吴军 (未生效) 添加了备注 -

        tomcat内存分配目前是:tomcat启动内存3000M,最大内存3000M
        调整成启动内存:3000M,最大内存6000M

        显示
        吴军 (未生效) 添加了备注 - tomcat内存分配目前是:tomcat启动内存3000M,最大内存3000M 调整成启动内存:3000M,最大内存6000M
        隐藏
        吴军 (未生效) 添加了备注 -

        服务器182.92.231.197tomcat内存待调整

        显示
        吴军 (未生效) 添加了备注 - 服务器182.92.231.197tomcat内存待调整
        隐藏
        吴军 (未生效) 添加了备注 -

        已全部处理完成

        显示
        吴军 (未生效) 添加了备注 - 已全部处理完成
        隐藏
        魏英富 添加了备注 - - 已编辑

        log4j日志开关没有调整

        显示
        魏英富 添加了备注 - - 已编辑 log4j日志开关没有调整
        隐藏
        吴军 (未生效) 添加了备注 - - 已编辑

        俊鑫
        日志问题已修改,我在测试环境验证了没问题 20160229

        显示
        吴军 (未生效) 添加了备注 - - 已编辑 俊鑫 日志问题已修改,我在测试环境验证了没问题 20160229

          用户

          • 经办人:
            尹俊鑫 (未生效)
            报告人:
            魏英富
          • 投票:
            0 为这个问题投票
            关注人:
            2 关注这个问题

            日期

            • 到期:
              创建:
              更新:
              解决: