zahmis hace 4 años
padre
commit
3e2940da69

+ 1 - 1
src/client/js/components/Admin/SlackIntegration/CustomBotWithoutProxySettings.jsx

@@ -17,7 +17,7 @@ const CustomBotWithoutProxySettings = (props) => {
   const [testChannel, setTestChannel] = useState('');
   const [testChannel, setTestChannel] = useState('');
 
 
   const addLogs = (log) => {
   const addLogs = (log) => {
-    const newLog = `${log.code} ${log.message}\n\n`;
+    const newLog = `${new Date()} - ${log.code}, ${log.message}\n\n`;
     if (connectionMessage == null) {
     if (connectionMessage == null) {
       return setConnectionMessage(newLog);
       return setConnectionMessage(newLog);
     }
     }