Changeset 54a0070 in mainline for boot


Ignore:
Timestamp:
2012-09-10T09:54:09Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
40b5421
Parents:
1dbd189 (diff), 42bde6a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from lp:~vojtech-horky/helenos/logging

All logging is controlled by the logger service.

The API allows to create hierarchical logs and each log_msg()
must specify which log to use.

It is possible to change reported log level at runtime via
logset utility or at boot time through GRUB parameters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/Makefile.common

    r1dbd189 r54a0070  
    7474        $(USPACE_PATH)/srv/locsrv/locsrv \
    7575        $(USPACE_PATH)/srv/bd/rd/rd \
    76         $(USPACE_PATH)/srv/vfs/vfs
     76        $(USPACE_PATH)/srv/vfs/vfs \
     77        $(USPACE_PATH)/srv/logger/logger
    7778
    7879ifeq ($(RDFMT),tmpfs)
     
    170171        $(USPACE_PATH)/app/killall/killall \
    171172        $(USPACE_PATH)/app/loc/loc \
     173        $(USPACE_PATH)/app/logset/logset \
    172174        $(USPACE_PATH)/app/mkfat/mkfat \
    173175        $(USPACE_PATH)/app/mkexfat/mkexfat \
Note: See TracChangeset for help on using the changeset viewer.