chore: rename project to clawdbot
This commit is contained in:
@@ -322,7 +322,7 @@ describe("web monitor inbox", () => {
|
||||
it("logs inbound bodies to file", async () => {
|
||||
const logPath = path.join(
|
||||
os.tmpdir(),
|
||||
`clawdis-log-test-${crypto.randomUUID()}.log`,
|
||||
`clawdbot-log-test-${crypto.randomUUID()}.log`,
|
||||
);
|
||||
setLoggerOverride({ level: "trace", file: logPath });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user