I am using firebase emulators:start
to start firebase emulators. When shutting it down, through Ctrl+C, it tells me it didn't shut down correctly and that I need to consult firebase-debug.log
which is nowhere to be found. I suspect it should be in functions/ folder where everything else related to cloud functions live, but it's not there.
i emulators: Shutting down emulators.
i hub: Stopping emulator hub
i ui: Stopping Emulator UI
⚠ Emulator UI has exited upon receiving signal: SIGINT
i logging: Stopping Logging Emulator
i functions: Stopping Functions Emulator
i firestore: Stopping Firestore Emulator
i database: Stopping Database Emulator
⚠ emulators: emulators failed to shut down cleanly, see firebase-debug.log for details.
The problem is there is no firebase-debug.log
to be found. Where can I find this debug file? See below contents of functions
folder: