---
title: "console log warning.local"
description: "🔍 **Console.log detected**"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/console-log-warning-local
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:18:54.367Z
license: CC-BY-4.0
attribution: "console log warning.local — Claudary (https://claudary.paisolsolutions.com/skills/console-log-warning-local)"
---

# console log warning.local
🔍 **Console.log detected**

## Overview

---
name: warn-console-log
enabled: true
event: file
pattern: console\\.log\\(
action: warn
---

🔍 **Console.log detected**

You're adding a console.log statement. Please consider:
- Is this for debugging or should it be proper logging?
- Will this ship to production?
- Should this use a logging library instead?

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/console-log-warning-local) · https://claudary.paisolsolutions.com
