mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-13 02:56:24 +05:00
renamed PostgresLogger to PostgresStorage
This commit is contained in:
@@ -269,7 +269,7 @@ func main() {
|
||||
if db != nil {
|
||||
defer db.Close()
|
||||
}
|
||||
loggerDb = ×pans.PostgresLogger{db}
|
||||
loggerDb = ×pans.PostgresStorage{db}
|
||||
case MONGO:
|
||||
loggerDb, err = timespans.NewMongoStorage(logging_db_host, logging_db_port, logging_db_name, logging_db_user, logging_db_password)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user