Commit 1b831534 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Increase a bit the size allowed for a node name.

git-svn-id: https://svn.erp5.org/repos/neo/trunk@1528 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent dd597f65
......@@ -20,7 +20,7 @@ import logging as logging_std
# default logger
logging = logging_std.getLogger('NEO')
PREFIX = '%(asctime)s %(levelname)-9s %(name)-8s'
PREFIX = '%(asctime)s %(levelname)-9s %(name)-10s'
SUFFIX = ' [%(module)14s:%(lineno)3d] %(message)s'
def setupLog(name='NEO', filename=None, verbose=False):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment