Hardcode `cancel` log level for `ahabd` for now

service_subpkg_backup
Tyler Goodlet 2023-03-08 15:00:24 -05:00
parent 7e35696dbb
commit a5caaef467
1 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,7 @@ async def open_ahabd(
log.info(entry)
raise DockerNotStarted(
f'Failed to start container: {dcntr.cuid}\n'
f'Failed to start container: {cntr.cuid}\n'
f'due to startup_timeout={conf["startup_timeout"]}s\n\n'
"prolly you should check your container's logs for deats.."
)
@ -484,7 +484,7 @@ async def start_ahab(
async with portal.open_context(
open_ahabd,
endpoint=str(NamespacePath.from_ref(endpoint)),
loglevel=loglevel,
loglevel='cancel',
) as (ctx, first):
cid, pid, cntr_config = first