How to hide notice logs because of identifier trucation?

Hi there,
i am getting constant logs from drizzle/postgres like these:
{
  severity_local: 'NOTICE',
  severity: 'NOTICE',
  code: '42622',
  message: 'identifier "pvnDomains_domainSubdomains_subdomain_subdomainIndicators_indicator" will
be truncated to "pvnDomains_domainSubdomains_subdomain_subdomainIndicators_indic"',
  file: 'scansup.c',
  line: '99',
  routine: 'truncate_identifier'
}

my application seems to run fine. Does the trucation hurt or is it just a cosmetic warning? Can i disable this log level somehow?
Was this page helpful?