Development

#4378 (Changing the log format - Config incorrect in symfony Book)

You must first sign up to be able to contribute.

Ticket #4378 (closed documentation: fixed)

Opened 3 months ago

Last modified 2 months ago

Changing the log format - Config incorrect in symfony Book

Reported by: refactored Assigned to: fabien
Priority: minor Milestone: 1.1.5
Component: logging Version: 1.1.1
Keywords: config log format Cc:
Qualification: Unreviewed

Description

Listing 16-3 - Changing the Log Format

In factories.yml:

all:
  logger:
    param:
      format:      %time% %type% [%priority%] %message%%EOL%
      time_format: %b %d %H:%M:%S

Does not work.

Should be ...

all:
  logger:
    param:
     sf_file_debug:
       param:
         format:      %time% %type% [%priority%] %message%%EOL%
         time_format: %b %d %H:%M:%S

Change History

10/07/08 22:24:02 changed by fabien

  • milestone set to 1.1.5.

10/07/08 22:24:06 changed by fabien

  • status changed from new to closed.
  • resolution set to fixed.

(In [12062]) [doc] [1.1, 1.2] fixed typo (closes #4378)