728x90
# cat /proc/sys/kernel/printk
6 4 1 7
=> 맨 처음 숫자가 Log Level을 의미함
#define KERN_EMERG "<0>" /* system is unusable */
#define KERN_ALERT "<1>" /* action must be taken immediately */
#define KERN_CRIT "<2>" /* critical conditions */
#define KERN_ERR "<3>" /* error conditions */
#define KERN_WARNING "<4>" /* warning conditions */
#define KERN_NOTICE "<5>" /* normal but significant condition */
#define KERN_INFO "<6>" /* informational */
#define KERN_DEBUG "<7>" /* debug-level messages */
echo 7 4 1 7 > /proc/sys/kernel/printk
로 설정하면 모든 printk 는 출력되며
echo 0 4 1 7 > /proc/sys/kernel/printk
로 설정하면 모든 printk 는 출력되지 않는다
출처 : KELP (Korea Embedded Linux Project)
728x90
'Programming > linux왕초보' 카테고리의 다른 글
linux filesystem 사용 용량 확인 (0) | 2015.03.18 |
---|---|
[Linux] Select and Poll (0) | 2015.01.27 |
Example syntax for Secure Copy (scp) : scp사용법 (0) | 2014.04.02 |
tar 분할압축/풀기 (0) | 2014.03.20 |
slang_rs_export_foreach.cpp Error: ParamName (0) | 2014.02.26 |
[Linux] Top 명령어 사용법 (0) | 2013.11.08 |
alsa-driver-1.0.25설치 시 fw_device_put error (0) | 2013.11.08 |
ubuntu 하드디스크 mount (0) | 2013.10.29 |
openssl for arm (0) | 2013.03.27 |
Unable to locate theme engine in module_path: "pixmap" (0) | 2013.01.31 |