Project

General

Profile

"Overwriting existing method" log messages

Added by Taner Tas over 4 years ago

Hi,
I have these log messages repeated for once in 5 secs. Is this something to worry or just info logs? I have no problems insight at all.

Creating scope :sorted. Overwriting existing method Group.sorted.
Creating scope :system. Overwriting existing method Enumeration.system.
Creating scope :sorted. Overwriting existing method User.sorted.

Replies (2)

RE: "Overwriting existing method" log messages - Added by popy popy 18 days ago

Same issue here every 2 minutes.
I figured out that my crontab is running "fetch_changesets" and the messages appears in the production log.

How can this be solved?

RE: "Overwriting existing method" log messages - Added by popy popy 18 days ago

I am now using WS from redmine to trigger the fetch after a commit.
See: https://www.redmine.org/projects/redmine/wiki/HowTo_setup_automatic_refresh_of_repositories_in_Redmine_on_commit

This way, the redmine system load is lower and svn changes are event based.

    (1-2/2)