Skip to content

Commit b596c49

Browse files
committed
logging
1 parent d7f8aee commit b596c49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/writer/chcsvwriter.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ def insert(self, event_or_events=None):
5858
sql,
5959
)
6060

61-
logging.info('starting %s', bash)
61+
logging.info('starting clickhouse-client process')
62+
logging.debug('starting %s', bash)
6263
os.system(bash)
6364

6465
pass

0 commit comments

Comments
 (0)