Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8194561
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T04:52:03+00:00 2026-06-07T04:52:03+00:00

Starting with a default install of Symfony2, I logged an INFO-level message using this

  • 0

Starting with a default install of Symfony2, I logged an INFO-level message using this line in my controller:

$this->get('logger')->info('foo');

and this showed up in app/logs/dev.log:

[2012-07-06 10:56:19] app.INFO: foo [] []

What are those empty square braces?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T04:52:07+00:00Added an answer on June 7, 2026 at 4:52 am

    From Monolog\Formatter\LineFormatter, it looks like the first [] is %context%, and the second is %extra%. Neither are populated by default. See this useful doc for how to
    replace the empty square brackets with a session token.

    If you want to fill in %context%, here’s an idea (don’t use this for real, though):

    $trace = debug_backtrace(); 
    $record['context'] = $trace[3]['file'].':'.$trace[3]['line']; 
    

    See:

    • https://groups.google.com/d/topic/symfony-devs/aycdKqEPUlk/discussion
    • https://groups.google.com/d/topic/symfony-devs/7fxFTS0EK4g/discussion
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am just starting to learn ruby. It seems that the default gems install
It seems that starting v9.3 by default CodeRush disables the Refactor context menu and
starting from a mostly fresh CE 1.6.2.0 installation, I want to remove the default
Starting with API level 9, there's android:filterTouchesWhenObscured attribute and corresponding setFilterTouchesWhenObscured method on ViewGroup
Starting with a recent new version of ADT, I've noticed this new attribute on
I'm using CentOS, which appears to have vim installed by default. I located the
Using: HornetQ 2.0.0.CR2 Default configurations for the stand-alone/non-clustered server. When I try to startup
I'm trying to get into Rails development and am using Aptana Studio (RadRails) as
I am just starting to learn ASP.NET. I opened a default ASP.NET application and
In Highcharts I want to change the default starting point from 0 to 1

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.