[issue12419] Add ident parameter to SysLogHandler

2021-11-04 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- components: +Library (Lib) -Installation nosy: +flub, python-dev, vinay.sajip -ahmedsayeed1982 versions: -Python 3.6 ___ Python tracker ___ __

[issue12419] Add ident parameter to SysLogHandler

2021-11-04 Thread Erlend E. Aasland
Change by Erlend E. Aasland : -- Removed message: https://bugs.python.org/msg405705 ___ Python tracker ___ ___ Python-bugs-list mail

[issue12419] Add ident parameter to SysLogHandler

2021-11-04 Thread Ahmed Sayeed
Ahmed Sayeed added the comment: It does not happen on every run. My MWE: ``` http://www-look-4.com/tech/honor-magicbook/ // test.cpp #include int main() https://komiya-dental.com/property/google-android/ { int a{ 4 }; std::cout << "a = " << a << '\n'; http://www.iu-bloomington.com/pro

[issue12419] Add ident parameter to SysLogHandler

2011-06-27 Thread Floris Bruynooghe
Floris Bruynooghe added the comment: That was quick, thanks! -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue12419] Add ident parameter to SysLogHandler

2011-06-27 Thread Vinay Sajip
Vinay Sajip added the comment: N.B. I did not add an additional constructor arg - instead, it's a class-level attribute which can be overridden at class or instance level. -- ___ Python tracker __

[issue12419] Add ident parameter to SysLogHandler

2011-06-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6baa90fa2b6d by Vinay Sajip in branch 'default': Closes #12419: Added ident to SysLogHandler. http://hg.python.org/cpython/rev/6baa90fa2b6d -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed ___

[issue12419] Add ident parameter to SysLogHandler

2011-06-27 Thread Vinay Sajip
Changes by Vinay Sajip : -- assignee: -> vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue12419] Add ident parameter to SysLogHandler

2011-06-27 Thread Floris Bruynooghe
Changes by Floris Bruynooghe : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue12419] Add ident parameter to SysLogHandler

2011-06-27 Thread Floris Bruynooghe
New submission from Floris Bruynooghe : It would be nice if the SysLogHandler also accepted an "ident" parameter in line with the syslog.openlog() function. This simply prepends the string passed in as "ident" to each log message which currently needs to be implemented with a log filter which