freebase

Where does Python root logger store a log?

Where does Python root logger store a log? Question: I’m using the Freebase Python library. It creates a log before executing: self.log = logging.getLogger(“freebase”) Where is this log in the file system? It’s not in the executing directory or tmp. Asked By: Matt Norris || Source Answers: That call does not store anything. It merely …

Total answers: 1