Clixon-netconf: Redirect logs to syslog by default, instead of stderr

This commit is contained in:
Olof hagsand 2022-08-23 19:41:02 +02:00
parent ba39f88936
commit 795ac0cc7d
3 changed files with 4 additions and 4 deletions

View file

@ -2088,7 +2088,7 @@ netconf_input_chunked_framing(char ch,
{
int retval = 0;
clicon_debug(1, "%s ch:%c(%d) state:%d size:%zu", __FUNCTION__, ch, ch, *state, *size);
clicon_debug(2, "%s ch:%c(%d) state:%d size:%zu", __FUNCTION__, ch, ch, *state, *size);
switch (*state){
case 0:
if (ch == '\n'){