|
Lines 3-9
Link Here
|
| 3 |
@!@ |
3 |
@!@ |
| 4 |
import univention.lib.ucrLogrotate |
4 |
import univention.lib.ucrLogrotate |
| 5 |
|
5 |
|
| 6 |
name = "connector-tracebacks" |
6 |
name = "ad-connector-tracebacks" |
| 7 |
settings = univention.lib.ucrLogrotate.getLogrotateConfig(name, configRegistry) |
7 |
settings = univention.lib.ucrLogrotate.getLogrotateConfig(name, configRegistry) |
| 8 |
print "/var/log/univention/%s.log {" % name |
8 |
print "/var/log/univention/%s.log {" % name |
| 9 |
for setting in settings.keys(): |
9 |
for setting in settings.keys(): |