Skip to content

Commit

Permalink
Permit to change log level of lava-scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
montjoie committed Nov 17, 2023
1 parent d34a316 commit 535ef3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lavalab-gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def main():
fenv.close()
if "loglevel" in worker:
for component in worker["loglevel"]:
if component != "lava-master" and component != "lava-logs" and component != 'lava-server-gunicorn':
if component != "lava-master" and component != "lava-logs" and component != 'lava-server-gunicorn' and component != "lava-scheduler":
print("ERROR: invalid loglevel component %s" % component)
sys.exit(1)
loglevel = worker["loglevel"][component]
Expand Down

0 comments on commit 535ef3e

Please sign in to comment.