How to stop Jenkins log from becoming huge?

后端 未结 6 360
花落未央
花落未央 2020-12-07 17:47

Recently my jenkins.log has started getting very large, very quickly, full of exceptions about DNS resolution. I attempted to use logrotate, but the log file grows too quick

6条回答
  •  自闭症患者
    2020-12-07 18:32

    In my case I received the log entry whenever a Sign in attempt was rejected via the user interface.

    User authentication is done via LDAP and the provided user/password tuple is correct. After a while the sign in attempt is working.

    Is it possible that the user is rejected because of the enabled DNS Multi cast feature?

提交回复
热议问题