|
@@ -26,7 +26,11 @@ const TaskLogWatcher = () => {
|
|
|
// if (data.code === 200) {
|
|
|
// setLogData(data.data.handle_msg)
|
|
|
// }
|
|
|
- setLogData('test log 123123123')
|
|
|
+ setLogData(`2022-08-17 09:28:30,1761 "/opt/conda/envs/py38/lib/python3.8/site-packages/pyhive/hive.py",line 449, INFO:USE default
|
|
|
+2022-08-17 09:28:30,1871 "/opt/conda/envs/py38/lib/python3.8/site-packages/pyhive/hive.py",line 449, INFO:USE default
|
|
|
+2022-08-17 09:28:30,2161 "/opt/conda/envs/py38/lib/python3.8/site-packages/pyhive/hive.py",line 449, INFO:describe default.my_test_p
|
|
|
+2022-08-17 09:28:30,2401 "/opt/conda/envs/py38/lib/python3.8/site-packages/pyhive/hive.py",line 449, INFO:describe default.my_test_p
|
|
|
+`)
|
|
|
}
|
|
|
useEffect(() => {
|
|
|
fetchOnceJoblog()
|