mirror of
https://github.com/OPM/ResInsight.git
synced 2026-08-27 05:37:21 -05:00
Lower log level for config and service init messages
Changed logging from info to debug for config imports, CAF logging, socket server, and gRPC server startup. OpenTelemetry initialization now only runs if enabled, with results logged at debug level.
This commit is contained in:
@@ -74,7 +74,7 @@ RiaSocketServer::RiaSocketServer( QObject* parent )
|
||||
}
|
||||
|
||||
QString txt = QString( "Octave is using port: %1" ).arg( portNumber );
|
||||
RiaLogging::info( txt );
|
||||
RiaLogging::debug( txt );
|
||||
|
||||
connect( m_nextPendingConnectionTimer, SIGNAL( timeout() ), this, SLOT( slotNewClientConnection() ) );
|
||||
connect( m_tcpServer, SIGNAL( newConnection() ), this, SLOT( slotNewClientConnection() ) );
|
||||
|
||||
Reference in New Issue
Block a user