|
Line 0
Link Here
|
|
|
1 |
@%@UCRWARNING=# @%@ |
| 2 |
|
| 3 |
@!@ |
| 4 |
import univention.lib.ucrLogrotate |
| 5 |
|
| 6 |
name = "directory-manager-rest" |
| 7 |
settings = univention.lib.ucrLogrotate.getLogrotateConfig(name, configRegistry) |
| 8 |
print("/var/log/univention/directory-manager-rest.log {") |
| 9 |
for setting in sorted(settings): |
| 10 |
print("\t%s" % settings[setting]) |
| 11 |
print("}") |
| 12 |
@!@ |