relate: 7b6d183b --RELATED_TO--> d0e2e9ab

This commit is contained in:
Cal Corum 2026-02-13 14:35:29 -06:00
parent ad2783dda7
commit 5f37c3631f
2 changed files with 12 additions and 2 deletions

View File

@ -6,7 +6,12 @@ tags: [discord-bot, systemd, deployment, claude-cli, configuration, claude-coord
importance: 0.7
confidence: 0.8
created: "2026-02-13T20:35:20.868552+00:00"
updated: "2026-02-13T20:35:20.868552+00:00"
updated: "2026-02-13T20:35:29.511829+00:00"
relations:
- target: 7b6d183b-e221-471a-8078-e8639ebdd55a
type: RELATED_TO
direction: incoming
strength: 0.8
---
Systemd service setup for Claude Discord Coordinator bot running as non-root user.

View File

@ -6,7 +6,12 @@ tags: [python, logging, bug, nameerror, fix, troubleshooting]
importance: 0.5
confidence: 0.8
created: "2026-02-13T20:35:13.483029+00:00"
updated: "2026-02-13T20:35:13.483029+00:00"
updated: "2026-02-13T20:35:29.511702+00:00"
relations:
- target: d0e2e9ab-9a46-44b3-b749-8c2a562d0a1b
type: RELATED_TO
direction: outgoing
strength: 0.8
---
Common bug when adding logging to existing Python code: calling logger.info() without importing logging module.