WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] Some questions non-urgent on boot code=loglevel=3  (Read 1826 times)

aus9

  • Guest
[SOLVED] Some questions non-urgent on boot code=loglevel=3
« on: September 05, 2016, 01:43:25 AM »
Hi

on the v7.2 iso we have a bootcode of loglevel=3.

Upon booting it, what is the full pathway and names of any logs please?

2) If I prefix that boot code with syslog then I do get a log at /var/log but I am not sure if that is correct as I searched tihis forum before posting and there are a lot of hits for loglevel=3 without syslog.

3) What level of logs can I expect?

I attempted to find this boot code in /etc/init.d/tc-config.
Clearly thats the wrong file but it does show lots of boot codes.

Clearly my skills are not so great so I will keenly read any suggestions or replies to this as its a puzzle fo r me.   :-[

EDIT
forgot to add its not mentioned in this page of wiki either
http://wiki.tinycorelinux.net/wiki:boot_options

« Last Edit: September 05, 2016, 02:11:29 AM by aus9 »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14556
Re: Some questions non-urgent on boot code=loglevel=3
« Reply #1 on: September 05, 2016, 01:50:26 AM »
loglevel is a kernel boot code, not a tinycore boot code.

Code: [Select]
loglevel= All Kernel Messages with a loglevel smaller than the
console loglevel will be printed to the console. It can
also be changed with klogd or other programs. The
loglevels are defined as follows:

0 (KERN_EMERG) system is unusable
1 (KERN_ALERT) action must be taken immediately
2 (KERN_CRIT) critical conditions
3 (KERN_ERR) error conditions
4 (KERN_WARNING) warning conditions
5 (KERN_NOTICE) normal but significant condition
6 (KERN_INFO) informational
7 (KERN_DEBUG) debug-level messages

aus9

  • Guest
Re: [SOLVED] Some questions non-urgent on boot code=loglevel=3
« Reply #2 on: September 05, 2016, 02:12:02 AM »
Cheers

marked as solved