Show More
@@ -75,7 +75,7 def get_logger(cls): | |||||
75 | @dbsession |
|
75 | @dbsession | |
76 | def whoosh_index(repo_location, full_index): |
|
76 | def whoosh_index(repo_location, full_index): | |
77 | from rhodecode.lib.indexers.daemon import WhooshIndexingDaemon |
|
77 | from rhodecode.lib.indexers.daemon import WhooshIndexingDaemon | |
78 |
log = |
|
78 | log = get_logger(whoosh_index) | |
79 | DBS = get_session() |
|
79 | DBS = get_session() | |
80 |
|
80 | |||
81 | index_location = config['index_dir'] |
|
81 | index_location = config['index_dir'] |
General Comments 0
You need to be logged in to leave comments.
Login now