fix(playout): disable playout-notify log rotation
Let logrotate handle liquidsoap.log log rotation. Fix #1546
This commit is contained in:
parent
9130cf2895
commit
f58e51ec84
|
@ -33,7 +33,7 @@ def cli(log_level: str, log_filepath: Optional[Path]):
|
||||||
"""
|
"""
|
||||||
A gateway between Liquidsoap and the API.
|
A gateway between Liquidsoap and the API.
|
||||||
"""
|
"""
|
||||||
setup_logger(level_from_name(log_level), log_filepath)
|
setup_logger(level_from_name(log_level), log_filepath, rotate=False)
|
||||||
|
|
||||||
|
|
||||||
@cli.command()
|
@cli.command()
|
||||||
|
|
Loading…
Reference in New Issue